diff options
author | 2022-01-17 07:49:26 -0800 | |
---|---|---|
committer | 2022-01-17 07:49:26 -0800 | |
commit | 07022717b7479cd24592a8726fd41e093d13de43 (patch) | |
tree | 1f1109e910d88bfab102e3a857fec201d806969d /go.mod | |
parent | c33e5646e1ad54605844b70c462dfff778c1d2cb (diff) | |
download | coredns-07022717b7479cd24592a8726fd41e093d13de43.tar.gz coredns-07022717b7479cd24592a8726fd41e093d13de43.tar.zst coredns-07022717b7479cd24592a8726fd41e093d13de43.zip |
build(deps): bump github.com/Azure/go-autorest/autorest (#5097)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ go 1.16 require ( github.com/Azure/azure-sdk-for-go v61.1.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.23 + github.com/Azure/go-autorest/autorest v0.11.24 github.com/Azure/go-autorest/autorest/azure/auth v0.5.10 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Microsoft/go-winio v0.5.0 // indirect @@ -30,7 +30,7 @@ require ( github.com/stretchr/objx v0.2.0 // indirect go.etcd.io/etcd/api/v3 v3.5.1 go.etcd.io/etcd/client/v3 v3.5.1 - golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 + golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e google.golang.org/api v0.65.0 google.golang.org/grpc v1.43.0 |