From e4ded6ce7fa7db246d7e13d17abdbadeb7ec8cfe Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 25 Sep 2018 11:35:16 -0400 Subject: Switch to using libnetwork's resolvconf package Libnetwork provides a well-tested package for generating resolv.conf from the host's that has some features our current implementation does not. Swap to using their code and remove our built-in implementation. Signed-off-by: Matthew Heon --- vendor.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'vendor.conf') diff --git a/vendor.conf b/vendor.conf index ccad28c0b..48f127773 100644 --- a/vendor.conf +++ b/vendor.conf @@ -97,3 +97,4 @@ github.com/openshift/imagebuilder master github.com/ulikunitz/xz v0.5.4 github.com/mailru/easyjson 03f2033d19d5860aef995fe360ac7d395cd8ce65 github.com/coreos/go-iptables 25d087f3cffd9aedc0c2b7eff25f23cbf3c20fe1 +github.com/docker/libnetwork v0.7.2-rc.1 \ No newline at end of file -- cgit v1.2.3-54-g00ecf