Skip to content

Commit

Permalink
Upgrading azidentity to 1.6.0 (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarnveerSGill authored Jun 11, 2024
1 parent 43cbf34 commit 66a7816
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 80 deletions.
60 changes: 37 additions & 23 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ require (
github.com/denisenkom/go-mssqldb v0.12.0
github.com/dolthub/go-mysql-server v0.12.0
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/protobuf v1.5.3
github.com/google/go-cmp v0.5.9
github.com/golang/protobuf v1.5.4
github.com/google/go-cmp v0.6.0
github.com/hashicorp/vault/api v1.1.0
github.com/hashicorp/vault/sdk v0.1.14-0.20200519221838-e0cfd64bc267 // indirect; IMPORTANT! This must match vault sdk used by vault for plugin to be stable!
github.com/julienschmidt/httprouter v1.3.0
github.com/rs/cors v1.7.0
github.com/sergi/go-diff v1.2.0
github.com/twitchtv/twirp v5.12.1+incompatible
github.com/xo/dburl v0.9.0
golang.org/x/crypto v0.21.0
golang.org/x/sys v0.18.0
golang.org/x/crypto v0.24.0
golang.org/x/sys v0.21.0
gopkg.in/yaml.v2 v2.4.0
)

Expand All @@ -31,17 +31,17 @@ require (

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.6.0
github.com/Azure/azure-sdk-for-go/sdk/containers/azcontainerregistry v0.2.0
github.com/go-git/go-billy/v5 v5.4.1
github.com/docker/docker v26.1.4+incompatible
github.com/graphql-go/graphql v0.8.1-0.20220614210743-09272f350067
github.com/trimble-oss/tierceron-hat v1.0.4
github.com/trimble-oss/tierceron/atrium v0.0.0-20240326213127-e85d6193e1c6
)

require (
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 // indirect
github.com/Azure/azure-sdk-for-go/sdk/internal v1.8.0 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/klauspost/reedsolomon v1.11.8 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
Expand All @@ -52,35 +52,49 @@ require (
github.com/templexxx/xorsimd v0.4.2 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/xtaci/kcp-go/v5 v5.6.3 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
)

require (
github.com/Microsoft/go-winio v0.4.14 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cespare/xxhash v1.1.0 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dolthub/vitess v0.0.0-20221121184553-8d519d0bbb91 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/glycerine/bchan v0.0.0-20170210221909-ad30cd867e1c // indirect
github.com/go-kit/kit v0.10.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gocraft/dbr/v2 v2.7.2 // indirect
github.com/golang-jwt/jwt/v5 v5.2.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
github.com/google/flatbuffers v2.0.6+incompatible // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/mitchellh/hashstructure v1.1.0 // indirect
github.com/newrelic/go-agent/v3 v3.33.0 // indirect
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/oliveagle/jsonpath v0.0.0-20180606110733-2e52cf6e6852 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/trimble-oss/tierceron-nute v1.0.0 // indirect
go.opentelemetry.io/otel v1.10.0 // indirect
go.opentelemetry.io/otel/trace v1.10.0 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/tools v0.6.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
go.opentelemetry.io/otel v1.27.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.27.0 // indirect
go.opentelemetry.io/otel/metric v1.27.0 // indirect
go.opentelemetry.io/otel/trace v1.27.0 // indirect
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gopkg.in/src-d/go-errors.v1 v1.0.0 // indirect
kernel.org/pub/linux/libs/security/libcap/cap v1.2.70 // indirect
kernel.org/pub/linux/libs/security/libcap/psx v1.2.70 // indirect
gotest.tools/v3 v3.5.1 // indirect
)

require (
Expand All @@ -103,12 +117,12 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/trimble-oss/tierceron-succinctly v0.0.0-20231202151147-a0fc3a0ba103
golang.org/x/net v0.23.0 // indirect
golang.org/x/term v0.18.0
golang.org/x/text v0.14.0 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/term v0.21.0
golang.org/x/text v0.16.0 // indirect
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.33.0
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.1
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)

Expand Down
Loading

0 comments on commit 66a7816

Please sign in to comment.