We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c9e05 commit a90710dCopy full SHA for a90710d
go.mod
@@ -25,6 +25,7 @@ require (
25
github.com/prometheus/common v0.60.0
26
github.com/prometheus/prometheus v0.54.1
27
github.com/stretchr/testify v1.9.0
28
+ golang.org/x/net v0.30.0
29
golang.org/x/sync v0.8.0
30
golang.org/x/text v0.19.0
31
gopkg.in/yaml.v2 v2.4.0
@@ -130,7 +131,6 @@ require (
130
131
go.uber.org/zap v1.26.0 // indirect
132
golang.org/x/crypto v0.28.0 // indirect
133
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
- golang.org/x/net v0.30.0 // indirect
134
golang.org/x/oauth2 v0.23.0 // indirect
135
golang.org/x/sys v0.26.0 // indirect
136
golang.org/x/term v0.25.0 // indirect
0 commit comments