Skip to content

Commit a90710d

Browse files
committed
vendoring
Signed-off-by: Mario Fernandez <[email protected]>
1 parent 51c9e05 commit a90710d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ require (
2525
github.com/prometheus/common v0.60.0
2626
github.com/prometheus/prometheus v0.54.1
2727
github.com/stretchr/testify v1.9.0
28+
golang.org/x/net v0.30.0
2829
golang.org/x/sync v0.8.0
2930
golang.org/x/text v0.19.0
3031
gopkg.in/yaml.v2 v2.4.0
@@ -130,7 +131,6 @@ require (
130131
go.uber.org/zap v1.26.0 // indirect
131132
golang.org/x/crypto v0.28.0 // indirect
132133
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
133-
golang.org/x/net v0.30.0 // indirect
134134
golang.org/x/oauth2 v0.23.0 // indirect
135135
golang.org/x/sys v0.26.0 // indirect
136136
golang.org/x/term v0.25.0 // indirect

0 commit comments

Comments
 (0)