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 1bed786 commit 1ff6fe7Copy full SHA for 1ff6fe7
go.mod
@@ -14,7 +14,6 @@ require (
14
github.com/prometheus/exporter-toolkit v0.11.0
15
golang.org/x/net v0.27.0
16
google.golang.org/grpc v1.65.0
17
- gopkg.in/yaml.v2 v2.4.0
18
gopkg.in/yaml.v3 v3.0.1
19
)
20
@@ -37,4 +36,5 @@ require (
37
36
golang.org/x/tools v0.22.0 // indirect
38
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
39
google.golang.org/protobuf v1.34.2 // indirect
+ gopkg.in/yaml.v2 v2.4.0 // indirect
40
prober/handler.go
@@ -29,7 +29,7 @@ import (
29
"github.com/prometheus/client_golang/prometheus"
30
"github.com/prometheus/client_golang/prometheus/promhttp"
31
"github.com/prometheus/common/expfmt"
32
- "gopkg.in/yaml.v2"
+ "gopkg.in/yaml.v3"
33
34
35
var (
0 commit comments