Skip to content
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

Bump k8s.io/apimachinery from 0.23.9 to 0.24.4 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,19 @@ require (
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
gomodules.xyz/jsonpatch/v2 v2.2.0
k8s.io/api v0.23.9
k8s.io/apimachinery v0.23.9
k8s.io/apimachinery v0.24.4
k8s.io/client-go v0.23.9
k8s.io/code-generator v0.23.9
k8s.io/klog v1.0.0
k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42
knative.dev/pkg v0.0.0-20220805012121-7b8b06028e4f
sigs.k8s.io/yaml v1.3.0
)

require github.com/benbjohnson/clock v1.1.0 // indirect
require (
github.com/benbjohnson/clock v1.1.0 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
)

require (
cloud.google.com/go/compute v1.5.0 // indirect
Expand Down
10 changes: 7 additions & 3 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

203 changes: 203 additions & 0 deletions vendor/github.com/google/gnostic/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/google/gnostic/compiler/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions vendor/github.com/google/gnostic/compiler/context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 70 additions & 0 deletions vendor/github.com/google/gnostic/compiler/error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading