Skip to content

Commit 7afcbe3

Browse files
committed
go mod tidy
1 parent 531d9d8 commit 7afcbe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ require (
2121
github.com/onsi/gomega v1.38.3
2222
github.com/pkg/errors v0.9.1
2323
github.com/prometheus/client_golang v1.23.2
24+
github.com/prometheus/client_model v0.6.2
2425
github.com/sirupsen/logrus v1.9.3
2526
github.com/spf13/pflag v1.0.10
2627
github.com/stretchr/testify v1.11.1
2728
github.com/vrischmann/envconfig v1.4.1
2829
go.uber.org/zap v1.27.1
29-
go.yaml.in/yaml/v2 v2.4.3
30+
go.yaml.in/yaml/v3 v3.0.4
3031
golang.org/x/crypto v0.46.0
3132
golang.org/x/sync v0.19.0
3233
golang.org/x/time v0.14.0
@@ -123,7 +124,6 @@ require (
123124
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
124125
github.com/pjbgf/sha1cd v0.3.2 // indirect
125126
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
126-
github.com/prometheus/client_model v0.6.2 // indirect
127127
github.com/prometheus/common v0.66.1 // indirect
128128
github.com/prometheus/procfs v0.16.1 // indirect
129129
github.com/rivo/uniseg v0.2.0 // indirect
@@ -140,7 +140,7 @@ require (
140140
github.com/xanzy/ssh-agent v0.3.3 // indirect
141141
github.com/xlab/treeprint v1.2.0 // indirect
142142
go.uber.org/multierr v1.11.0 // indirect
143-
go.yaml.in/yaml/v3 v3.0.4 // indirect
143+
go.yaml.in/yaml/v2 v2.4.3 // indirect
144144
golang.org/x/mod v0.30.0 // indirect
145145
golang.org/x/net v0.47.0 // indirect
146146
golang.org/x/oauth2 v0.30.0 // indirect

0 commit comments

Comments
 (0)