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 68379fd commit d9082b1Copy full SHA for d9082b1
go.mod
@@ -42,6 +42,7 @@ require (
42
github.com/jarcoal/httpmock v1.3.1
43
github.com/patrickmn/go-cache v2.1.0+incompatible
44
github.com/stretchr/testify v1.10.0
45
+ golang.org/x/time v0.11.0
46
sigs.k8s.io/controller-runtime v0.20.4
47
)
48
@@ -130,7 +131,6 @@ require (
130
131
golang.org/x/sys v0.31.0 // indirect
132
golang.org/x/term v0.30.0 // indirect
133
golang.org/x/text v0.23.0 // indirect
- golang.org/x/time v0.11.0 // indirect
134
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
135
google.golang.org/protobuf v1.36.6 // indirect
136
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
0 commit comments