Skip to content

Commit a953e42

Browse files
committed
Revert "update vendor after rebase"
This reverts commit c6e7554.
1 parent 02101df commit a953e42

File tree

2 files changed

+40
-0
lines changed

2 files changed

+40
-0
lines changed

staging/src/k8s.io/mount-utils/go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ godebug default=go1.23
88

99
require (
1010
github.com/moby/sys/mountinfo v0.7.1
11+
github.com/opencontainers/runc v1.1.14
1112
github.com/stretchr/testify v1.9.0
1213
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
1314
golang.org/x/sys v0.23.0
@@ -16,11 +17,15 @@ require (
1617
)
1718

1819
require (
20+
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
1921
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2022
github.com/go-logr/logr v1.4.2 // indirect
23+
github.com/godbus/dbus/v5 v5.1.0 // indirect
2124
github.com/kr/pretty v0.3.1 // indirect
25+
github.com/opencontainers/runtime-spec v1.2.0 // indirect
2226
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
2327
github.com/rogpeppe/go-internal v1.12.0 // indirect
28+
github.com/sirupsen/logrus v1.9.3 // indirect
2429
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2530
gopkg.in/yaml.v3 v3.0.1 // indirect
2631
)

staging/src/k8s.io/mount-utils/go.sum

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)