Skip to content

Commit 3afc1c7

Browse files
committed
Vendor changes for Azure workload identity tokens
1 parent 64f7f85 commit 3afc1c7

File tree

1,072 files changed

+200703
-1024
lines changed

Some content is hidden

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

1,072 files changed

+200703
-1024
lines changed

go.mod

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/openshift/machine-api-operator v0.2.1-0.20230531233206-931f6f67c1c7
2020
github.com/pkg/errors v0.9.1
2121
github.com/spf13/cobra v1.7.0
22-
golang.org/x/crypto v0.6.0
22+
golang.org/x/crypto v0.7.0
2323
golang.org/x/net v0.10.0 // indirect
2424

2525
// kube 1.27
@@ -35,22 +35,25 @@ require (
3535
)
3636

3737
require (
38-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.3.1
39-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.1
38+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.6.0
39+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.3.0
4040
github.com/jongio/azidext/go/azidext v0.4.0
41+
github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb
42+
github.com/openshift/library-go v0.0.0-20230508110756-9b7abe2c9cbf
4143
)
4244

4345
require (
44-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.1.2 // indirect
46+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.3.0 // indirect
4547
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
4648
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
4749
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
4850
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
4951
github.com/Azure/go-autorest/logger v0.2.1 // indirect
5052
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
51-
github.com/AzureAD/microsoft-authentication-library-for-go v0.8.1 // indirect
53+
github.com/AzureAD/microsoft-authentication-library-for-go v1.0.0 // indirect
5254
github.com/MakeNowJust/heredoc v1.0.0 // indirect
5355
github.com/beorn7/perks v1.0.1 // indirect
56+
github.com/blang/semver/v4 v4.0.0 // indirect
5457
github.com/cespare/xxhash/v2 v2.2.0 // indirect
5558
github.com/chai2010/gettext-go v1.0.2 // indirect
5659
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -68,7 +71,7 @@ require (
6871
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
6972
github.com/gobuffalo/flect v1.0.2 // indirect
7073
github.com/gogo/protobuf v1.3.2 // indirect
71-
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
74+
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
7275
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7376
github.com/golang/protobuf v1.5.3 // indirect
7477
github.com/google/btree v1.0.1 // indirect
@@ -95,14 +98,13 @@ require (
9598
github.com/modern-go/reflect2 v1.0.2 // indirect
9699
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
97100
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
98-
github.com/openshift/client-go v0.0.0-20230503144108-75015d2347cb // indirect
99-
github.com/openshift/library-go v0.0.0-20230508110756-9b7abe2c9cbf // indirect
100101
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
101102
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
102103
github.com/prometheus/client_golang v1.15.1 // indirect
103104
github.com/prometheus/client_model v0.4.0 // indirect
104105
github.com/prometheus/common v0.42.0 // indirect
105106
github.com/prometheus/procfs v0.9.0 // indirect
107+
github.com/robfig/cron v1.2.0 // indirect
106108
github.com/russross/blackfriday/v2 v2.1.0 // indirect
107109
github.com/spf13/afero v1.9.3 // indirect
108110
github.com/spf13/pflag v1.0.5 // indirect
@@ -125,11 +127,14 @@ require (
125127
gopkg.in/yaml.v2 v2.4.0 // indirect
126128
gopkg.in/yaml.v3 v3.0.1 // indirect
127129
k8s.io/apiextensions-apiserver v0.27.2 // indirect
130+
k8s.io/apiserver v0.27.2 // indirect
128131
k8s.io/cli-runtime v0.27.1 // indirect
129132
k8s.io/component-base v0.27.2 // indirect
133+
k8s.io/kube-aggregator v0.27.1 // indirect
130134
k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
131135
k8s.io/kubectl v0.27.1 // indirect
132136
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
137+
sigs.k8s.io/kube-storage-version-migrator v0.0.4 // indirect
133138
sigs.k8s.io/kustomize/api v0.13.4 // indirect
134139
sigs.k8s.io/kustomize/kyaml v0.14.2 // indirect
135140
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect

go.sum

Lines changed: 335 additions & 13 deletions
Large diffs are not rendered by default.

vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported/exported.go

Lines changed: 4 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported/request.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/exported/response_error.go

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/async/async.go

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Azure/azure-sdk-for-go/sdk/azcore/internal/pollers/body/body.go

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)