diff options
author | 2023-01-30 07:27:56 -0800 | |
---|---|---|
committer | 2023-01-30 07:27:56 -0800 | |
commit | d6f0fbfe720925ca182fefb9f62a1f3c4cfb4534 (patch) | |
tree | 6f146981fc6a429dea0686c746b85582f8345c55 /go.mod | |
parent | 5d0a79bb6df9a84e86993bd55e83b9fae3034de7 (diff) | |
download | coredns-d6f0fbfe720925ca182fefb9f62a1f3c4cfb4534.tar.gz coredns-d6f0fbfe720925ca182fefb9f62a1f3c4cfb4534.tar.zst coredns-d6f0fbfe720925ca182fefb9f62a1f3c4cfb4534.zip |
build(deps): bump github.com/Azure/azure-sdk-for-go (#5885)
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.18 require ( - github.com/Azure/azure-sdk-for-go v67.3.0+incompatible + github.com/Azure/azure-sdk-for-go v68.0.0+incompatible github.com/Azure/go-autorest/autorest v0.11.28 github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 github.com/antonmedv/expr v1.10.5 |