mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
release: default to using go-dns 1.0.4 (#1424)
This commit is contained in:
committed by
Tobias Schmidt
parent
77bd7eaede
commit
fcfb998b86
2
Makefile
2
Makefile
@@ -36,7 +36,7 @@ godeps:
|
||||
go get -u golang.org/x/net/context
|
||||
go get -u golang.org/x/text
|
||||
(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.3)
|
||||
(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)
|
||||
(cd $(GOPATH)/src/golang.org/x/net && git checkout -q release-branch.go1.9)
|
||||
(cd $(GOPATH)/src/golang.org/x/text && git checkout -q e19ae1496984b1c655b8044a65c0300a3c878dd3)
|
||||
|
||||
Reference in New Issue
Block a user