diff options
author | 2020-09-16 18:33:38 +0000 | |
---|---|---|
committer | 2020-09-16 18:33:38 +0000 | |
commit | a48426eef470c65c57ecf0de4cb9749d04e599d9 (patch) | |
tree | 2222ccacc8082f431bbdaa69de10788e6732bbad /go.mod | |
parent | 8e1ab71720d09ad1d9b7f5cd55eac4705b4b047e (diff) | |
download | coredns-a48426eef470c65c57ecf0de4cb9749d04e599d9.tar.gz coredns-a48426eef470c65c57ecf0de4cb9749d04e599d9.tar.zst coredns-a48426eef470c65c57ecf0de4cb9749d04e599d9.zip |
auto go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -7,8 +7,6 @@ require ( github.com/Azure/go-autorest/autorest v0.11.6 github.com/Azure/go-autorest/autorest/azure/auth v0.5.2 github.com/DataDog/datadog-go v3.5.0+incompatible // indirect - github.com/Shopify/sarama v1.21.0 // indirect - github.com/apache/thrift v0.13.0 // indirect github.com/aws/aws-sdk-go v1.34.22 github.com/caddyserver/caddy v1.0.5 github.com/cenkalti/backoff/v4 v4.0.2 @@ -21,7 +19,6 @@ require ( github.com/infobloxopen/go-trees v0.0.0-20190313150506-2af4e13f9062 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 github.com/opentracing/opentracing-go v1.2.0 github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 github.com/openzipkin/zipkin-go v0.2.2 |