Skip to content

Commit 7ce0077

Browse files
go mod
1 parent fe3b2a2 commit 7ce0077

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ require (
1111
github.com/onsi/ginkgo/v2 v2.23.4
1212
github.com/onsi/gomega v1.36.3
1313
github.com/prometheus/client_golang v1.19.1
14+
github.com/stretchr/testify v1.10.0
1415
go.uber.org/zap v1.27.0
1516
k8s.io/api v0.32.3
1617
k8s.io/apimachinery v0.32.3
@@ -49,6 +50,7 @@ require (
4950
github.com/modern-go/reflect2 v1.0.2 // indirect
5051
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5152
github.com/pkg/errors v0.9.1 // indirect
53+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5254
github.com/prometheus/client_model v0.6.1 // indirect
5355
github.com/prometheus/common v0.55.0 // indirect
5456
github.com/prometheus/procfs v0.15.1 // indirect

0 commit comments

Comments
 (0)