Skip to content

Commit 1f26157

Browse files
Merge pull request #111 from Roblox/security_fix
Fix CVE-2021-37218.
2 parents 5168f15 + 27db80d commit 1f26157

File tree

2 files changed

+408
-108
lines changed

2 files changed

+408
-108
lines changed

go.mod

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,20 @@ go 1.12
55

66
require (
77
github.com/NVIDIA/gpu-monitoring-tools v0.0.0-20191126014920-0d8df858cca4 // indirect
8-
github.com/containerd/cgroups v0.0.0-20200609174450-80c669f4bad0
9-
github.com/containerd/containerd v1.4.8
10-
github.com/containerd/go-cni v0.0.0-20191121212822-60d125212faf // indirect
11-
github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd
12-
github.com/containernetworking/plugins v0.8.3 // indirect
13-
github.com/coreos/go-iptables v0.4.3 // indirect
8+
github.com/containerd/cgroups v1.0.1
9+
github.com/containerd/containerd v1.5.4
10+
github.com/containerd/typeurl v1.0.2
1411
github.com/docker/docker v17.12.0-ce-rc1.0.20200330121334-7f8b4b621b5d+incompatible
1512
github.com/docker/docker-credential-helpers v0.6.3 // indirect
16-
github.com/docker/go-metrics v0.0.1 // indirect
1713
github.com/docker/go-units v0.4.0
18-
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
19-
github.com/gogo/googleapis v1.4.0 // indirect
20-
github.com/hashicorp/consul-template v0.25.1
14+
github.com/hashicorp/consul-template v0.25.2
2115
github.com/hashicorp/go-envparse v0.0.0-20190703193109-150b3a2a4611 // indirect
2216
github.com/hashicorp/go-hclog v0.14.1
23-
github.com/hashicorp/go-uuid v1.0.1
24-
github.com/hashicorp/nomad v1.1.0
25-
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d
17+
github.com/hashicorp/go-uuid v1.0.2
18+
github.com/hashicorp/nomad v1.1.4
19+
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
2620
github.com/spf13/cobra v1.1.1
21+
google.golang.org/grpc v1.40.0 // indirect
2722
)
2823

2924
// use lower-case sirupsen

0 commit comments

Comments
 (0)