mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Tolerate go get failures for coredns/forward (#1435)
* testpr3 * hack * chop * tolerate coredns/coredns get fail * remove TEST from readme
This commit is contained in:
committed by
John Belamaric
parent
ed02f5f2a2
commit
80050766fb
2
Makefile
2
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)
|
||||
|
||||
Reference in New Issue
Block a user