diff options
author | 2022-01-10 05:49:41 -0800 | |
---|---|---|
committer | 2022-01-10 05:49:41 -0800 | |
commit | 34ce1ed0b692d97807d16d75099bf651c5b16e76 (patch) | |
tree | bb47d7e24186f4b615f4a82063628204cbaf708e /go.mod | |
parent | 7d629a0b9e4c41a802522aeb2f9eff6315960571 (diff) | |
download | coredns-34ce1ed0b692d97807d16d75099bf651c5b16e76.tar.gz coredns-34ce1ed0b692d97807d16d75099bf651c5b16e76.tar.zst coredns-34ce1ed0b692d97807d16d75099bf651c5b16e76.zip |
build(deps): bump github.com/Azure/azure-sdk-for-go (#5081)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/coredns/coredns go 1.16 require ( - github.com/Azure/azure-sdk-for-go v61.0.0+incompatible + 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/azure/auth v0.5.10 github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect |