-
Notifications
You must be signed in to change notification settings - Fork 411
Update dependency go modules for k8s v1.26.0 #797
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
Changes from all commits
3a2a001
9cd2fbc
bb5a901
e58d9d2
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 |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| module github.com/kubernetes-csi/external-snapshotter/client/v6 | ||
|
|
||
| go 1.18 | ||
| go 1.19 | ||
|
|
||
| require ( | ||
| k8s.io/api v0.26.0-rc.0 | ||
| k8s.io/apimachinery v0.26.0-rc.0 | ||
| k8s.io/client-go v0.26.0-rc.0 | ||
| k8s.io/api v0.26.0 | ||
| k8s.io/apimachinery v0.26.0 | ||
| k8s.io/client-go v0.26.0 | ||
| k8s.io/code-generator v0.25.2 | ||
| ) | ||
|
|
||
|
|
@@ -31,11 +31,11 @@ require ( | |
| github.com/pkg/errors v0.9.1 // indirect | ||
| github.com/spf13/pflag v1.0.5 // indirect | ||
| golang.org/x/mod v0.6.0 // indirect | ||
| golang.org/x/net v0.1.1-0.20221027164007-c63010009c80 // indirect | ||
| golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect | ||
xing-yang marked this conversation as resolved.
Show resolved
Hide resolved
Collaborator
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. @sunnylovestiramisu Can you submit another PR to make a similar change in client/go.mod as follows: I'm getting a dependencies change error when generating the changelog. I wonder if it is because the client and server go.mod are having different lib version. |
||
| golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect | ||
| golang.org/x/sys v0.1.0 // indirect | ||
| golang.org/x/term v0.1.0 // indirect | ||
| golang.org/x/text v0.4.0 // indirect | ||
| golang.org/x/sys v0.3.0 // indirect | ||
| golang.org/x/term v0.3.0 // indirect | ||
| golang.org/x/text v0.5.0 // indirect | ||
| golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect | ||
| golang.org/x/tools v0.2.0 // indirect | ||
| google.golang.org/appengine v1.6.7 // 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.
Uh oh!
There was an error while loading. Please reload this page.