We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e18c33 commit d34a12fCopy full SHA for d34a12f
go.mod
@@ -15,6 +15,7 @@ require (
15
github.com/spf13/pflag v1.0.10
16
github.com/stretchr/testify v1.11.1
17
github.com/urfave/cli/v2 v2.27.7
18
+ golang.org/x/time v0.9.0
19
google.golang.org/grpc v1.75.1
20
k8s.io/api v0.34.0
21
k8s.io/apimachinery v0.34.0
@@ -80,7 +81,6 @@ require (
80
81
golang.org/x/sys v0.36.0 // indirect
82
golang.org/x/term v0.34.0 // indirect
83
golang.org/x/text v0.28.0 // indirect
- golang.org/x/time v0.9.0 // indirect
84
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
85
google.golang.org/protobuf v1.36.8 // indirect
86
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
0 commit comments