diff options
author | 2020-08-31 08:13:12 +0000 | |
---|---|---|
committer | 2020-08-31 08:13:12 +0000 | |
commit | 8aace11da8995ff295c7621588f14394d192dab1 (patch) | |
tree | 3871296506216ae3cf7d9792fdd64fadb34e5604 /go.mod | |
parent | 77428f578fd420f8a6c1f9afe40ec1e6f731e932 (diff) | |
download | coredns-8aace11da8995ff295c7621588f14394d192dab1.tar.gz coredns-8aace11da8995ff295c7621588f14394d192dab1.tar.zst coredns-8aace11da8995ff295c7621588f14394d192dab1.zip |
auto go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -15,12 +15,10 @@ require ( github.com/dnstap/golang-dnstap v0.2.0 github.com/farsightsec/golang-framestream v0.0.0-20190425193708-fa4b164d59b8 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 github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/imdario/mergo v0.3.9 // indirect github.com/infobloxopen/go-trees v0.0.0-20190313150506-2af4e13f9062 - github.com/jessevdk/go-flags v1.4.0 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.1 github.com/miekg/dns v1.1.31 github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect @@ -41,5 +39,4 @@ require ( k8s.io/apimachinery v0.19.0 k8s.io/client-go v0.19.0 k8s.io/klog v1.0.0 - sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect ) |