File tree Expand file tree Collapse file tree 2 files changed +291
-200
lines changed Expand file tree Collapse file tree 2 files changed +291
-200
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments