Skip to content

Commit 6a0c326

Browse files
committed
Rollback gopkg.in/yaml.v2 to v2.2.8
1 parent 20b9531 commit 6a0c326

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

go.mod

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
cloud.google.com/go v0.54.0
77
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
88
github.com/Microsoft/go-winio v0.4.15 // indirect
9+
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
910
github.com/aws/aws-sdk-go v1.35.24
1011
github.com/blang/semver v3.5.1+incompatible
1112
github.com/containerd/containerd v1.4.1
@@ -16,24 +17,30 @@ require (
1617
github.com/docker/go-connections v0.4.0
1718
github.com/docker/go-units v0.4.0
1819
github.com/euank/go-kmsg-parser v2.0.0+incompatible
20+
github.com/go-kit/kit v0.10.0 // indirect
1921
github.com/gogo/protobuf v1.3.1
22+
github.com/golang/protobuf v1.4.3 // indirect
2023
github.com/google/go-cmp v0.5.2 // indirect
2124
github.com/google/uuid v1.1.2 // indirect
2225
github.com/gorilla/mux v1.8.0 // indirect
26+
github.com/jpillora/backoff v1.0.0 // indirect
27+
github.com/julienschmidt/httprouter v1.3.0 // indirect
2328
github.com/karrick/godirwalk v1.16.1
2429
github.com/kr/pretty v0.2.0 // indirect
2530
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
2631
github.com/mindprince/gonvml v0.0.0-20190828220739-9ebdce4bb989
2732
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
2833
github.com/morikuni/aec v1.0.0 // indirect
34+
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
2935
github.com/opencontainers/go-digest v1.0.0 // indirect
3036
github.com/opencontainers/image-spec v1.0.1 // indirect
3137
github.com/opencontainers/runc v1.0.0-rc92
3238
github.com/opencontainers/runtime-spec v1.0.3-0.20200728170252-4d89ac9fbff6
3339
github.com/pkg/errors v0.9.1
34-
github.com/prometheus/client_golang v1.8.0
40+
github.com/prometheus/client_golang v1.7.1
3541
github.com/prometheus/client_model v0.2.0
36-
github.com/prometheus/common v0.15.0
42+
github.com/prometheus/common v0.10.0
43+
github.com/prometheus/procfs v0.2.0 // indirect
3744
github.com/stretchr/testify v1.6.1
3845
github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae // indirect
3946
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,10 @@ github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y8
371371
github.com/prometheus/common v0.7.0/go.mod h1:DjGbpBbp5NYNiECxcL/VnbXCCaQpKd3tt26CguLLsqA=
372372
github.com/prometheus/common v0.10.0 h1:RyRA7RzGXQZiW+tGMr7sxa85G1z0yOpM1qq5c8lNawc=
373373
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
374+
github.com/prometheus/common v0.11.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=
375+
github.com/prometheus/common v0.11.1/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=
376+
github.com/prometheus/common v0.12.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=
377+
github.com/prometheus/common v0.13.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=
374378
github.com/prometheus/common v0.14.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=
375379
github.com/prometheus/common v0.15.0 h1:4fgOnadei3EZvgRwxJ7RMpG1k1pOZth5Pc13tyspaKM=
376380
github.com/prometheus/common v0.15.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s=

0 commit comments

Comments
 (0)