Skip to content

Commit 72a9500

Browse files
build(deps): bump the azure-sdks group across 1 directory with 6 updates
Bumps the azure-sdks group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/Azure/go-autorest/autorest](https://github.com/Azure/go-autorest) | `0.11.29` | `0.11.30` | | [github.com/Azure/go-autorest/autorest/date](https://github.com/Azure/go-autorest) | `0.3.0` | `0.3.1` | | [github.com/Azure/go-autorest/autorest/to](https://github.com/Azure/go-autorest) | `0.4.0` | `0.4.1` | | [github.com/Azure/go-autorest/autorest/validation](https://github.com/Azure/go-autorest) | `0.3.1` | `0.3.2` | | [github.com/Azure/go-autorest/logger](https://github.com/Azure/go-autorest) | `0.2.1` | `0.2.2` | | [github.com/Azure/go-autorest/tracing](https://github.com/Azure/go-autorest) | `0.6.0` | `0.6.1` | Updates `github.com/Azure/go-autorest/autorest` from 0.11.29 to 0.11.30 - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md) - [Commits](Azure/go-autorest@autorest/v0.11.29...autorest/v0.11.30) Updates `github.com/Azure/go-autorest/autorest/date` from 0.3.0 to 0.3.1 - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md) - [Commits](Azure/go-autorest@tracing/v0.3.0...autorest/date/v0.3.1) Updates `github.com/Azure/go-autorest/autorest/to` from 0.4.0 to 0.4.1 - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md) - [Commits](Azure/go-autorest@tracing/v0.4.0...autorest/to/v0.4.1) Updates `github.com/Azure/go-autorest/autorest/validation` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md) - [Commits](Azure/go-autorest@autorest/date/v0.3.1...autorest/validation/v0.3.2) Updates `github.com/Azure/go-autorest/logger` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md) - [Commits](Azure/go-autorest@logger/v0.2.1...logger/v0.2.2) Updates `github.com/Azure/go-autorest/tracing` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/Azure/go-autorest/releases) - [Changelog](https://github.com/Azure/go-autorest/blob/main/CHANGELOG.md) - [Commits](Azure/go-autorest@tracing/v0.6.0...tracing/v0.6.1) --- updated-dependencies: - dependency-name: github.com/Azure/go-autorest/autorest dependency-version: 0.11.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure-sdks - dependency-name: github.com/Azure/go-autorest/autorest/date dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: azure-sdks - dependency-name: github.com/Azure/go-autorest/autorest/to dependency-version: 0.4.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: azure-sdks - dependency-name: github.com/Azure/go-autorest/autorest/validation dependency-version: 0.3.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: azure-sdks - dependency-name: github.com/Azure/go-autorest/logger dependency-version: 0.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: azure-sdks - dependency-name: github.com/Azure/go-autorest/tracing dependency-version: 0.6.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: azure-sdks ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6708dc8 commit 72a9500

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ require (
1212
github.com/Azure/azure-event-hubs-go/v3 v3.6.1
1313
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
1414
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
15-
github.com/Azure/go-autorest/autorest v0.11.29
16-
github.com/Azure/go-autorest/autorest/date v0.3.0
15+
github.com/Azure/go-autorest/autorest v0.11.30
16+
github.com/Azure/go-autorest/autorest/date v0.3.1
1717
github.com/Masterminds/semver v1.5.0 // indirect
1818
github.com/Microsoft/go-winio v0.6.2
1919
github.com/PaesslerAG/gval v1.2.2
@@ -252,10 +252,10 @@ require (
252252
github.com/Azure/go-amqp v1.3.0 // indirect
253253
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
254254
github.com/Azure/go-autorest/autorest/adal v0.9.24 // indirect
255-
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
256-
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
257-
github.com/Azure/go-autorest/logger v0.2.1 // indirect
258-
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
255+
github.com/Azure/go-autorest/autorest/to v0.4.1 // indirect
256+
github.com/Azure/go-autorest/autorest/validation v0.3.2 // indirect
257+
github.com/Azure/go-autorest/logger v0.2.2 // indirect
258+
github.com/Azure/go-autorest/tracing v0.6.1 // indirect
259259
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
260260
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.0 // indirect
261261
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26.0 // indirect

go.sum

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 h1:L/gRVlceqvL25
9696
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
9797
github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=
9898
github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24=
99-
github.com/Azure/go-autorest/autorest v0.11.29 h1:I4+HL/JDvErx2LjyzaVxllw2lRDB5/BT2Bm4g20iqYw=
100-
github.com/Azure/go-autorest/autorest v0.11.29/go.mod h1:ZtEzC4Jy2JDrZLxvWs8LrBWEBycl1hbT1eknI8MtfAs=
99+
github.com/Azure/go-autorest/autorest v0.11.30 h1:iaZ1RGz/ALZtN5eq4Nr1SOFSlf2E4pDI3Tcsl+dZPVE=
100+
github.com/Azure/go-autorest/autorest v0.11.30/go.mod h1:t1kpPIOpIVX7annvothKvb0stsrXa37i7b+xpmBW8Fs=
101101
github.com/Azure/go-autorest/autorest/adal v0.9.13/go.mod h1:W/MM4U6nLxnIskrw4UwWzlHfGjwUS50aOsc/I3yuU8M=
102102
github.com/Azure/go-autorest/autorest/adal v0.9.22/go.mod h1:XuAbAEUv2Tta//+voMI038TrJBqjKam0me7qR+L8Cmk=
103103
github.com/Azure/go-autorest/autorest/adal v0.9.24 h1:BHZfgGsGwdkHDyZdtQRQk1WeUdW0m2WPAwuHZwUi5i4=
@@ -106,19 +106,22 @@ github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 h1:iM6UAvjR97ZIeR93qTcwp
106106
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2/go.mod h1:90gmfKdlmKgfjUpnCEpOJzsUEjrWDSLwHIG73tSXddM=
107107
github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 h1:LXl088ZQlP0SBppGFsRZonW6hSvwgL5gRByMbvUbx8U=
108108
github.com/Azure/go-autorest/autorest/azure/cli v0.3.1/go.mod h1:ZG5p860J94/0kI9mNJVoIoLgXcirM2gF5i2kWloofxw=
109-
github.com/Azure/go-autorest/autorest/date v0.3.0 h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=
110109
github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74=
110+
github.com/Azure/go-autorest/autorest/date v0.3.1 h1:o9Z8Jyt+VJJTCZ/UORishuHOusBwolhjokt9s5k8I4w=
111+
github.com/Azure/go-autorest/autorest/date v0.3.1/go.mod h1:Dz/RDmXlfiFFS/eW+b/xMUSFs1tboPVy6UjgADToWDM=
111112
github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k=
112113
github.com/Azure/go-autorest/autorest/mocks v0.4.2 h1:PGN4EDXnuQbojHbU0UWoNvmu9AGVwYHG9/fkDYhtAfw=
113114
github.com/Azure/go-autorest/autorest/mocks v0.4.2/go.mod h1:Vy7OitM9Kei0i1Oj+LvyAWMXJHeKH1MVlzFugfVrmyU=
114-
github.com/Azure/go-autorest/autorest/to v0.4.0 h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk=
115-
github.com/Azure/go-autorest/autorest/to v0.4.0/go.mod h1:fE8iZBn7LQR7zH/9XU2NcPR4o9jEImooCeWJcYV/zLE=
116-
github.com/Azure/go-autorest/autorest/validation v0.3.1 h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac=
117-
github.com/Azure/go-autorest/autorest/validation v0.3.1/go.mod h1:yhLgjC0Wda5DYXl6JAsWyUe4KVNffhoDhG0zVzUMo3E=
118-
github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=
115+
github.com/Azure/go-autorest/autorest/to v0.4.1 h1:CxNHBqdzTr7rLtdrtb5CMjJcDut+WNGCVv7OmS5+lTc=
116+
github.com/Azure/go-autorest/autorest/to v0.4.1/go.mod h1:EtaofgU4zmtvn1zT2ARsjRFdq9vXx0YWtmElwL+GZ9M=
117+
github.com/Azure/go-autorest/autorest/validation v0.3.2 h1:myD3tcvs+Fk1bkJ1Xx7xidop4z4FWvWADiMGMXeVd2E=
118+
github.com/Azure/go-autorest/autorest/validation v0.3.2/go.mod h1:4z7eU88lSINAB5XL8mhfPumiUdoAQo/c7qXwbsM8Zhc=
119119
github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8=
120-
github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=
120+
github.com/Azure/go-autorest/logger v0.2.2 h1:hYqBsEBywrrOSW24kkOCXRcKfKhK76OzLTfF+MYDE2o=
121+
github.com/Azure/go-autorest/logger v0.2.2/go.mod h1:I5fg9K52o+iuydlWfa9T5K6WFos9XYr9dYTFzpqgibw=
121122
github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU=
123+
github.com/Azure/go-autorest/tracing v0.6.1 h1:YUMSrC/CeD1ZnnXcNYU4a/fzsO35u2Fsful9L/2nyR0=
124+
github.com/Azure/go-autorest/tracing v0.6.1/go.mod h1:/3EgjbsjraOqiicERAeu3m7/z0x1TzjQGAwDrJrXGkc=
122125
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 h1:mFRzDkZVAjdal+s7s0MwaRv9igoPqLRdzOLzw/8Xvq8=
123126
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358/go.mod h1:chxPXzSsl7ZWRAuOIE23GDNzjWuZquvFlgA8xmpunjU=
124127
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 h1:WJTmL004Abzc5wDB5VtZG2PJk5ndYDgVacGqfirKxjM=

0 commit comments

Comments
 (0)