diff options
author | 2019-03-13 11:07:54 -0700 | |
---|---|---|
committer | 2019-03-13 18:07:54 +0000 | |
commit | 26e4026ec11d146a4e409f5b48b1af2cc134b05e (patch) | |
tree | 1a595f15f945c0264ed2e82062052fb208455400 /go.mod | |
parent | 6a07e6dcd1df78b82009d8c3bf69ca97dd712356 (diff) | |
download | coredns-26e4026ec11d146a4e409f5b48b1af2cc134b05e.tar.gz coredns-26e4026ec11d146a4e409f5b48b1af2cc134b05e.tar.zst coredns-26e4026ec11d146a4e409f5b48b1af2cc134b05e.zip |
Add `GO111MODULE=off` for go get manifest-tool (#2691)
to fix issue #2689
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,6 +15,7 @@ require ( github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect github.com/dnstap/golang-dnstap v0.0.0-20170829151710-2cf77a2b5e11 + github.com/estesp/manifest-tool v0.9.0 // indirect github.com/evanphx/json-patch v4.1.0+incompatible // indirect github.com/farsightsec/golang-framestream v0.0.0-20181102145529-8a0cb8ba8710 github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect @@ -54,7 +55,6 @@ require ( github.com/prometheus/client_golang v0.9.2 github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 github.com/prometheus/common v0.0.0-20181126121408-4724e9255275 - github.com/sirupsen/logrus v1.4.0 // indirect github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect github.com/soheilhy/cmux v0.1.4 // indirect github.com/spf13/pflag v1.0.3 // indirect |