File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed
staging/src/k8s.io/mount-utils Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ godebug default=go1.23
8
8
9
9
require (
10
10
github.com/moby/sys/mountinfo v0.7.1
11
+ github.com/opencontainers/runc v1.1.14
11
12
github.com/stretchr/testify v1.9.0
12
13
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
13
14
golang.org/x/sys v0.23.0
@@ -16,11 +17,15 @@ require (
16
17
)
17
18
18
19
require (
20
+ github.com/coreos/go-systemd/v22 v22.5.0 // indirect
19
21
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
20
22
github.com/go-logr/logr v1.4.2 // indirect
23
+ github.com/godbus/dbus/v5 v5.1.0 // indirect
21
24
github.com/kr/pretty v0.3.1 // indirect
25
+ github.com/opencontainers/runtime-spec v1.2.0 // indirect
22
26
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
23
27
github.com/rogpeppe/go-internal v1.12.0 // indirect
28
+ github.com/sirupsen/logrus v1.9.3 // indirect
24
29
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
25
30
gopkg.in/yaml.v3 v3.0.1 // indirect
26
31
)
You can’t perform that action at this time.
0 commit comments