File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,19 +5,20 @@ go 1.18
55require (
66 github.com/google/go-jsonnet v0.20.0
77 github.com/prometheus/client_golang v1.16.0
8- gopkg.in/yaml.v3 v3.0.1
9- gopkg.in/yaml.v3 v3.0.1
8+ gopkg.in/yaml.v2 v2.4.0
109)
1110
1211require (
1312 github.com/beorn7/perks v1.0.1 // indirect
1413 github.com/cespare/xxhash/v2 v2.2.0 // indirect
1514 github.com/davecgh/go-spew v1.1.1 // indirect
1615 github.com/golang/protobuf v1.5.3 // indirect
16+ github.com/kr/text v0.2.0 // indirect
1717 github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
1818 github.com/prometheus/client_model v0.3.0 // indirect
1919 github.com/prometheus/common v0.42.0 // indirect
2020 github.com/prometheus/procfs v0.10.1 // indirect
21+ github.com/rogpeppe/go-internal v1.11.0 // indirect
2122 golang.org/x/sys v0.8.0 // indirect
2223 google.golang.org/protobuf v1.30.0 // indirect
2324 sigs.k8s.io/yaml v1.1.0 // indirect
You can’t perform that action at this time.
0 commit comments