diff options
author | 2020-07-25 15:07:10 +0000 | |
---|---|---|
committer | 2020-07-25 15:07:10 +0000 | |
commit | df4e9be8fca80ac42931ab275651c18e52f68dd2 (patch) | |
tree | 2f73e402c3a2bdb083e106cd79caa87db78a090d /go.mod | |
parent | 4166dcc2feab0b42b6e7748a6078d0f5d3d54186 (diff) | |
download | coredns-df4e9be8fca80ac42931ab275651c18e52f68dd2.tar.gz coredns-df4e9be8fca80ac42931ab275651c18e52f68dd2.tar.zst coredns-df4e9be8fca80ac42931ab275651c18e52f68dd2.zip |
auto go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -14,7 +14,6 @@ require ( github.com/cenkalti/backoff/v4 v4.0.2 github.com/dnstap/golang-dnstap v0.2.0 github.com/farsightsec/golang-framestream v0.0.0-20190425193708-fa4b164d59b8 - github.com/fatih/faillint v1.5.0 // indirect github.com/golang/protobuf v1.4.2 github.com/gophercloud/gophercloud v0.9.0 // indirect github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 @@ -31,7 +30,6 @@ require ( github.com/prometheus/client_golang v1.7.1 github.com/prometheus/client_model v0.2.0 github.com/prometheus/common v0.10.0 - github.com/prometheus/prometheus v2.5.0+incompatible // indirect go.etcd.io/etcd v0.5.0-alpha.5.0.20200306183522-221f0cc107cb go.uber.org/zap v1.14.1 // indirect golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 |