Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Jan 23, 2024
1 parent e014887 commit 55b147f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ require (
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.14.0
k8s.io/apimachinery v0.29.1
k8s.io/client-go v0.29.1
k8s.io/kube-openapi v0.0.0-20240105020646-a37d4de58910
k8s.io/kubectl v0.29.1
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
Expand Down Expand Up @@ -239,7 +240,6 @@ require (
k8s.io/api v0.29.1 // indirect
k8s.io/apiextensions-apiserver v0.29.0 // indirect
k8s.io/cli-runtime v0.29.1 // indirect
k8s.io/client-go v0.29.1 // indirect
k8s.io/klog/v2 v2.110.1 // indirect
mvdan.cc/gofumpt v0.5.0 // indirect
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect
Expand Down

0 comments on commit 55b147f

Please sign in to comment.