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 b4fc147 commit c0bd1bbCopy full SHA for c0bd1bb
go.mod
@@ -6,6 +6,7 @@ require (
6
github.com/evanphx/json-patch/v5 v5.9.0
7
github.com/go-logr/logr v1.4.2
8
github.com/go-logr/zapr v1.3.0
9
+ github.com/google/btree v1.1.3
10
github.com/google/go-cmp v0.6.0
11
github.com/google/gofuzz v1.2.0
12
github.com/onsi/ginkgo/v2 v2.21.0
@@ -30,8 +31,6 @@ require (
30
31
sigs.k8s.io/yaml v1.4.0
32
)
33
-require github.com/google/btree v1.1.3
34
-
35
require (
36
cel.dev/expr v0.18.0 // indirect
37
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
0 commit comments