Skip to content

Commit c0bd1bb

Browse files
committed
Consolidate require directiv
1 parent b4fc147 commit c0bd1bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/evanphx/json-patch/v5 v5.9.0
77
github.com/go-logr/logr v1.4.2
88
github.com/go-logr/zapr v1.3.0
9+
github.com/google/btree v1.1.3
910
github.com/google/go-cmp v0.6.0
1011
github.com/google/gofuzz v1.2.0
1112
github.com/onsi/ginkgo/v2 v2.21.0
@@ -30,8 +31,6 @@ require (
3031
sigs.k8s.io/yaml v1.4.0
3132
)
3233

33-
require github.com/google/btree v1.1.3
34-
3534
require (
3635
cel.dev/expr v0.18.0 // indirect
3736
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect

0 commit comments

Comments
 (0)