aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar coredns-auto-go-mod-tidy[bot] <coredns-auto-go-mod-tidy[bot]@users.noreply.github.com> 2020-05-11 14:53:33 +0000
committerGravatar coredns-auto-go-mod-tidy[bot] <coredns-auto-go-mod-tidy[bot]@users.noreply.github.com> 2020-05-11 14:53:33 +0000
commitf534c3f3aeb206ff31c2d3b18148e3ad72789ae8 (patch)
tree592200d0779c583859eba95ece2ecd0f022df335 /go.mod
parentf2f6b0edddc4f8cd06a1c25447fafeffb4618665 (diff)
downloadcoredns-f534c3f3aeb206ff31c2d3b18148e3ad72789ae8.tar.gz
coredns-f534c3f3aeb206ff31c2d3b18148e3ad72789ae8.tar.zst
coredns-f534c3f3aeb206ff31c2d3b18148e3ad72789ae8.zip
auto go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 0 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index c6ccd44e9..3dd28f5b4 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,6 @@ module github.com/coredns/coredns
go 1.13
require (
- cloud.google.com/go v0.55.0 // indirect
github.com/Azure/azure-sdk-for-go v40.6.0+incompatible
github.com/Azure/go-autorest/autorest v0.10.1
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
@@ -36,10 +35,8 @@ require (
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-20200323165209-0ec3e9974c59
- golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
google.golang.org/api v0.23.0
- google.golang.org/genproto v0.0.0-20200326112834-f447254575fd // indirect
google.golang.org/grpc v1.29.1
gopkg.in/DataDog/dd-trace-go.v1 v1.23.2
k8s.io/api v0.18.2