We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8b6f2 commit a6c0ce9Copy full SHA for a6c0ce9
1 file changed
go.mod
@@ -5,6 +5,7 @@ go 1.25.4
5
require (
6
github.com/bradleyfalzon/ghinstallation/v2 v2.17.0
7
github.com/prometheus/client_golang v1.23.2
8
+ github.com/stretchr/testify v1.11.1
9
golang.org/x/time v0.14.0
10
k8s.io/api v0.35.1
11
k8s.io/apimachinery v0.35.1
@@ -40,7 +41,6 @@ require (
40
41
github.com/prometheus/common v0.66.1 // indirect
42
github.com/prometheus/procfs v0.16.1 // indirect
43
github.com/spf13/pflag v1.0.9 // indirect
- github.com/stretchr/testify v1.11.1 // indirect
44
github.com/x448/float16 v0.8.4 // indirect
45
go.yaml.in/yaml/v2 v2.4.3 // indirect
46
go.yaml.in/yaml/v3 v3.0.4 // indirect
0 commit comments