-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCPBUGS-47649:vendor: bump golang.org/x/net
-> v0.33.0
#1127
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,12 +24,13 @@ require ( | |
github.com/openshift/machine-config-operator v0.0.1-0.20230724174830-7b54f1dcce4e | ||
github.com/sergi/go-diff v1.1.0 | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/sync v0.8.0 | ||
golang.org/x/sync v0.10.0 | ||
k8s.io/api v0.31.2 | ||
k8s.io/apiextensions-apiserver v0.31.2 | ||
k8s.io/apimachinery v0.31.2 | ||
k8s.io/client-go v0.31.2 | ||
k8s.io/code-generator v0.31.2 | ||
k8s.io/klog v1.0.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is this a direct artifact from the bump? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. indeed |
||
k8s.io/klog/v2 v2.130.1 | ||
k8s.io/kubectl v0.31.2 | ||
k8s.io/kubelet v0.31.2 | ||
|
@@ -98,11 +99,11 @@ require ( | |
go.uber.org/ratelimit v0.2.0 // indirect | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect | ||
golang.org/x/mod v0.17.0 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/net v0.33.0 // indirect | ||
golang.org/x/oauth2 v0.21.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/term v0.25.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect | ||
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect | ||
|
@@ -117,7 +118,6 @@ require ( | |
howett.net/plist v1.0.1 // indirect | ||
k8s.io/component-base v0.31.2 // indirect | ||
k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70 // indirect | ||
k8s.io/klog v1.0.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20240411171206-dc4e619f62f3 // indirect | ||
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a direct artifact from the bump?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the changes here are derived by the bump of
golang.org/x/net -> v0.33.0
and calling
go mod tidy && go mod vendor
after that