Skip to content

Commit bca5689

Browse files
authored
fix(deps): Update module github.com/Azure/go-autorest/autorest/adal to v0.9.21 (#6208)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/Azure/go-autorest/autorest/adal](https://togithub.com/Azure/go-autorest) | indirect | patch | `v0.9.20` -> `v0.9.21` | --- ### Release Notes <details> <summary>Azure/go-autorest</summary> ### [`v0.9.21`](https://togithub.com/Azure/go-autorest/releases/tag/autorest/adal/v0.9.21) [Compare Source](https://togithub.com/Azure/go-autorest/compare/autorest/adal/v0.9.20...autorest/adal/v0.9.21) Update crypto dependency to latest version [#&#8203;708](https://togithub.com/Azure/go-autorest/issues/708) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzQuNzcuMCJ9-->
1 parent 1cf4eea commit bca5689

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/source/k8s/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
cloud.google.com/go/compute v1.10.0 // indirect
2121
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
2222
github.com/Azure/go-autorest/autorest v0.11.28 // indirect; indirect // indirect
23-
github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
23+
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect; indirect // indirect
2424
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
2525
github.com/Azure/go-autorest/logger v0.2.1 // indirect
2626
github.com/Azure/go-autorest/tracing v0.6.0 // indirect

plugins/source/k8s/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSW
3838
github.com/Azure/go-autorest/autorest v0.11.28 h1:ndAExarwr5Y+GaHE6VCaY1kyS/HwwGGyuimVhWsHOEM=
3939
github.com/Azure/go-autorest/autorest v0.11.28/go.mod h1:MrkzG3Y3AH668QyF9KRk5neJnGgmhQ6krbhR8Q5eMvA=
4040
github.com/Azure/go-autorest/autorest/adal v0.9.18/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ=
41-
github.com/Azure/go-autorest/autorest/adal v0.9.20 h1:gJ3E98kMpFB1MFqQCvA1yFab8vthOeD4VlFRQULxahg=
42-
github.com/Azure/go-autorest/autorest/adal v0.9.20/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ=
41+
github.com/Azure/go-autorest/autorest/adal v0.9.21 h1:jjQnVFXPfekaqb8vIsv2G1lxshoW+oGv4MDlhRtnYZk=
42+
github.com/Azure/go-autorest/autorest/adal v0.9.21/go.mod h1:zua7mBUaCc5YnSLKYgGJR/w5ePdMDA6H56upLsHzA9U=
4343
github.com/Azure/go-autorest/autorest/date v0.3.0 h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=
4444
github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74=
4545
github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k=

0 commit comments

Comments
 (0)