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 b0fd58e commit e5baf6bCopy full SHA for e5baf6b
go.mod
@@ -1,6 +1,6 @@
1
module github.com/containerd/cgroups
2
3
-go 1.16
+go 1.17
4
5
require (
6
github.com/cilium/ebpf v0.4.0
@@ -14,3 +14,9 @@ require (
14
go.uber.org/goleak v1.1.12
15
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
16
)
17
+
18
+require (
19
+ github.com/davecgh/go-spew v1.1.1 // indirect
20
+ github.com/pmezard/go-difflib v1.0.0 // indirect
21
+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
22
+)
0 commit comments