aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris O'Haver <cohaver@infoblox.com> 2018-01-26 16:10:45 -0500
committerGravatar John Belamaric <jbelamaric@infoblox.com> 2018-01-26 16:10:45 -0500
commit80050766fb95b17d6ec9324c315fac379ddd78b2 (patch)
tree87be92697020d1d306be3f229cd477f97f39ee10
parented02f5f2a2114e50e7b8a06fa3366fae6d473762 (diff)
downloadcoredns-80050766fb95b17d6ec9324c315fac379ddd78b2.tar.gz
coredns-80050766fb95b17d6ec9324c315fac379ddd78b2.tar.zst
coredns-80050766fb95b17d6ec9324c315fac379ddd78b2.zip
Tolerate go get failures for coredns/forward (#1435)
* testpr3 * hack * chop * tolerate coredns/coredns get fail * remove TEST from readme
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a2888325a..245607484 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ godeps:
go get -u github.com/prometheus/client_golang/prometheus
go get -u golang.org/x/net/context
go get -u golang.org/x/text
- go get -u github.com/coredns/forward
+ -go get -f -u github.com/coredns/forward
(cd $(GOPATH)/src/github.com/mholt/caddy && git checkout -q v0.10.10)
(cd $(GOPATH)/src/github.com/miekg/dns && git checkout -q v1.0.4)
(cd $(GOPATH)/src/github.com/prometheus/client_golang && git checkout -q v0.8.0)