Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
go mod tidy
Signed-off-by: Henry H Li <[email protected]>
  • Loading branch information
bitscuit committed Mar 29, 2024
commit 4bb43dc79e3e4f039ca6ab0f41254420f50b8654
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ require (
github.com/stretchr/testify v1.9.0
golang.org/x/mod v0.8.0
k8s.io/api v0.24.3
k8s.io/apiextensions-apiserver v0.24.2
k8s.io/apimachinery v0.24.3
k8s.io/client-go v0.24.3
k8s.io/klog v1.0.0
Expand Down Expand Up @@ -101,7 +102,6 @@ require (
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/apiextensions-apiserver v0.24.2 // indirect
k8s.io/component-base v0.24.2 // indirect
k8s.io/klog/v2 v2.60.1 // indirect
k8s.io/kube-openapi v0.0.0-20220627174259-011e075b9cb8 // indirect
Expand Down