Skip to content

Commit a6c0ce9

Browse files
committed
mod tidy
1 parent 2b8b6f2 commit a6c0ce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.25.4
55
require (
66
github.com/bradleyfalzon/ghinstallation/v2 v2.17.0
77
github.com/prometheus/client_golang v1.23.2
8+
github.com/stretchr/testify v1.11.1
89
golang.org/x/time v0.14.0
910
k8s.io/api v0.35.1
1011
k8s.io/apimachinery v0.35.1
@@ -40,7 +41,6 @@ require (
4041
github.com/prometheus/common v0.66.1 // indirect
4142
github.com/prometheus/procfs v0.16.1 // indirect
4243
github.com/spf13/pflag v1.0.9 // indirect
43-
github.com/stretchr/testify v1.11.1 // indirect
4444
github.com/x448/float16 v0.8.4 // indirect
4545
go.yaml.in/yaml/v2 v2.4.3 // indirect
4646
go.yaml.in/yaml/v3 v3.0.4 // indirect

0 commit comments

Comments
 (0)