Skip to content

Commit

Permalink
Fix missing go.sum entry errors in release module
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-krishna committed Jan 21, 2024
1 parent 0d40ece commit c130dbc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 218 deletions.
8 changes: 4 additions & 4 deletions release/cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,12 @@ require (
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/api v0.26.10 // indirect
k8s.io/api v0.26.12 // indirect
k8s.io/apiextensions-apiserver v0.26.10 // indirect
k8s.io/apiserver v0.26.10 // indirect
k8s.io/apiserver v0.26.12 // indirect
k8s.io/cli-runtime v0.26.0 // indirect
k8s.io/client-go v0.26.10 // indirect
k8s.io/component-base v0.26.10 // indirect
k8s.io/client-go v0.26.12 // indirect
k8s.io/component-base v0.26.12 // indirect
k8s.io/klog/v2 v2.90.1 // indirect
k8s.io/kube-openapi v0.0.0-20221106113015-f73e7dbcfe29 // indirect
k8s.io/kubectl v0.26.0 // indirect
Expand Down
Loading

0 comments on commit c130dbc

Please sign in to comment.