Skip to content

Commit 1f8e50e

Browse files
chore(deps): update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.6.0 [security] (#295)
| datasource | package | from | to | | ---------- | ------------------------------------------------ | ------ | ------ | | go | github.com/Azure/azure-sdk-for-go/sdk/azidentity | v1.3.1 | v1.6.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 9b9da94 commit 1f8e50e

File tree

416 files changed

+26851
-5221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

416 files changed

+26851
-5221
lines changed

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ require (
2323
github.com/prometheus/common v0.44.0
2424
github.com/prometheus/prometheus v1.8.2-0.20220411232225-ce6a643ee88f
2525
github.com/sirupsen/logrus v1.9.3
26-
github.com/stretchr/testify v1.8.4
26+
github.com/stretchr/testify v1.9.0
2727
github.com/thanos-io/objstore v0.0.0-20230816175749-20395bffdf26
2828
github.com/thanos-io/thanos v0.32.1-0.20230831143954-f75e44ac929c
2929
github.com/weaveworks/common v0.0.0-20230713110358-22cda1cdbe0a
30-
golang.org/x/sync v0.3.0
30+
golang.org/x/sync v0.7.0
3131
gopkg.in/alecthomas/kingpin.v2 v2.2.6
3232
gopkg.in/yaml.v2 v2.4.0
3333
gopkg.in/yaml.v3 v3.0.1
@@ -43,9 +43,9 @@ require (
4343
cloud.google.com/go/longrunning v0.5.1 // indirect
4444
cloud.google.com/go/storage v1.30.1 // indirect
4545
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
46-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.7.1 // indirect
47-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.1 // indirect
48-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
46+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 // indirect
47+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0 // indirect
48+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect
4949
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 // indirect
5050
github.com/Azure/azure-storage-blob-go v0.14.0 // indirect
5151
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -56,7 +56,7 @@ require (
5656
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
5757
github.com/Azure/go-autorest/logger v0.2.1 // indirect
5858
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
59-
github.com/AzureAD/microsoft-authentication-library-for-go v1.1.1 // indirect
59+
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
6060
github.com/IBM/go-sdk-core/v5 v5.13.1 // indirect
6161
github.com/IBM/ibm-cos-sdk-go v1.10.0 // indirect
6262
github.com/Masterminds/goutils v1.1.1 // indirect
@@ -130,7 +130,7 @@ require (
130130
github.com/gogo/googleapis v1.4.0 // indirect
131131
github.com/gogo/status v1.1.1 // indirect
132132
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
133-
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
133+
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
134134
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
135135
github.com/golang/protobuf v1.5.3 // indirect
136136
github.com/gonum/blas v0.0.0-20181208220705-f22b278b28ac // indirect
@@ -140,10 +140,10 @@ require (
140140
github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9 // indirect
141141
github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9 // indirect
142142
github.com/google/btree v1.1.2 // indirect
143-
github.com/google/go-cmp v0.5.9 // indirect
143+
github.com/google/go-cmp v0.6.0 // indirect
144144
github.com/google/go-querystring v1.1.0 // indirect
145145
github.com/google/s2a-go v0.1.4 // indirect
146-
github.com/google/uuid v1.3.0 // indirect
146+
github.com/google/uuid v1.6.0 // indirect
147147
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
148148
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
149149
github.com/gosimple/slug v1.1.1 // indirect
@@ -201,7 +201,7 @@ require (
201201
github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e // indirect
202202
github.com/opentracing/opentracing-go v1.2.0 // indirect
203203
github.com/pierrec/lz4/v4 v4.1.18 // indirect
204-
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
204+
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
205205
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
206206
github.com/prometheus/client_model v0.4.0 // indirect
207207
github.com/prometheus/common/sigv4 v0.1.0 // indirect
@@ -219,7 +219,7 @@ require (
219219
github.com/spaolacci/murmur3 v1.1.0 // indirect
220220
github.com/spf13/afero v1.9.5 // indirect
221221
github.com/spf13/cast v1.5.0 // indirect
222-
github.com/stretchr/objx v0.5.0 // indirect
222+
github.com/stretchr/objx v0.5.2 // indirect
223223
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
224224
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
225225
github.com/weaveworks/promrus v1.2.0 // indirect
@@ -240,15 +240,15 @@ require (
240240
go.uber.org/multierr v1.11.0 // indirect
241241
go.uber.org/zap v1.21.0 // indirect
242242
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect
243-
golang.org/x/crypto v0.12.0 // indirect
243+
golang.org/x/crypto v0.24.0 // indirect
244244
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
245-
golang.org/x/mod v0.12.0 // indirect
246-
golang.org/x/net v0.14.0 // indirect
245+
golang.org/x/mod v0.17.0 // indirect
246+
golang.org/x/net v0.26.0 // indirect
247247
golang.org/x/oauth2 v0.11.0 // indirect
248-
golang.org/x/sys v0.20.0 // indirect
249-
golang.org/x/text v0.12.0 // indirect
248+
golang.org/x/sys v0.21.0 // indirect
249+
golang.org/x/text v0.16.0 // indirect
250250
golang.org/x/time v0.3.0 // indirect
251-
golang.org/x/tools v0.11.0 // indirect
251+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
252252
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
253253
google.golang.org/api v0.132.0 // indirect
254254
google.golang.org/appengine v1.6.7 // indirect

0 commit comments

Comments
 (0)