Skip to content

Commit b26fdb4

Browse files
committed
fix(deps): fix renovates go.mod mess
1 parent 62da407 commit b26fdb4

2 files changed

Lines changed: 11 additions & 484 deletions

File tree

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@ go 1.18
55
require (
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

1211
require (
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

0 commit comments

Comments
 (0)