Skip to content

Commit

Permalink
update vendoring for required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
deads2k committed Sep 18, 2023
1 parent ebc14fa commit 55e9a6d
Show file tree
Hide file tree
Showing 5 changed files with 893 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
golang.org/x/tools v0.8.0
k8s.io/api v0.28.2
k8s.io/apimachinery v0.28.2
k8s.io/klog/v2 v2.100.1
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9
sigs.k8s.io/yaml v1.3.0
)
Expand Down Expand Up @@ -36,7 +37,6 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.100.1 // indirect
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
Expand Down
16 changes: 16 additions & 0 deletions vendor/k8s.io/apimachinery/pkg/api/errors/OWNERS

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

18 changes: 18 additions & 0 deletions vendor/k8s.io/apimachinery/pkg/api/errors/doc.go

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

Loading

0 comments on commit 55e9a6d

Please sign in to comment.