aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2021-07-05 07:25:25 -0700
committerGravatar GitHub <noreply@github.com> 2021-07-05 07:25:25 -0700
commit59c460df3f30123df67bebf1dc4da15c1479ea95 (patch)
treeed66c7f47823269eb57ce8d127c3e1bba3f5d36d /go.mod
parent2d56836679a53550447ab53a03b45d8b0399e005 (diff)
downloadcoredns-59c460df3f30123df67bebf1dc4da15c1479ea95.tar.gz
coredns-59c460df3f30123df67bebf1dc4da15c1479ea95.tar.zst
coredns-59c460df3f30123df67bebf1dc4da15c1479ea95.zip
build(deps): bump github.com/Azure/go-autorest/autorest/azure/auth (#4733)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 675af7742..b813b0a2d 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.16
require (
github.com/Azure/azure-sdk-for-go v53.3.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.19
- github.com/Azure/go-autorest/autorest/azure/auth v0.5.7
+ github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/apparentlymart/go-cidr v1.1.0
@@ -29,7 +29,7 @@ require (
github.com/prometheus/common v0.29.0
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
- golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
+ golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
google.golang.org/api v0.49.0
google.golang.org/grpc v1.39.0