diff options
author | 2024-06-17 13:23:31 +0000 | |
---|---|---|
committer | 2024-06-17 13:23:31 +0000 | |
commit | 6b90cc8676dfc1189b88f561672f1ade7ef454ba (patch) | |
tree | 7e3c9decf4f711fe0201134076e40ce43a326a73 /go.mod | |
parent | 32ae647119d6bdd53f4b4bbbe9a91f7a6481275c (diff) | |
download | coredns-dependabot/go_modules/github.com/Azure/go-autorest/autorest/azure/auth-0.5.13.tar.gz coredns-dependabot/go_modules/github.com/Azure/go-autorest/autorest/azure/auth-0.5.13.tar.zst coredns-dependabot/go_modules/github.com/Azure/go-autorest/autorest/azure/auth-0.5.13.zip |
build(deps): bump github.com/Azure/go-autorest/autorest/azure/authdependabot/go_modules/github.com/Azure/go-autorest/autorest/azure/auth-0.5.13
Bumps [github.com/Azure/go-autorest/autorest/azure/auth](https://github.com/Azure/go-autorest) from 0.5.12 to 0.5.13.
- [Release notes](https://github.com/Azure/go-autorest/releases)
- [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Azure/go-autorest/compare/autorest/azure/auth/v0.5.12...autorest/azure/auth/v0.5.13)
---
updated-dependencies:
- dependency-name: github.com/Azure/go-autorest/autorest/azure/auth
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ go 1.21 require ( github.com/Azure/azure-sdk-for-go v68.0.0+incompatible github.com/Azure/go-autorest/autorest v0.11.29 - github.com/Azure/go-autorest/autorest/azure/auth v0.5.12 + github.com/Azure/go-autorest/autorest/azure/auth v0.5.13 github.com/antonmedv/expr v1.15.5 github.com/apparentlymart/go-cidr v1.1.0 github.com/aws/aws-sdk-go v1.53.5 @@ -45,7 +45,7 @@ require ( cloud.google.com/go/compute/metadata v0.2.3 // indirect github.com/Azure/go-autorest v14.2.0+incompatible // indirect github.com/Azure/go-autorest/autorest/adal v0.9.22 // indirect - github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect + github.com/Azure/go-autorest/autorest/azure/cli v0.4.6 // indirect github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect github.com/Azure/go-autorest/autorest/to v0.2.0 // indirect github.com/Azure/go-autorest/logger v0.2.1 // indirect |