Skip to content

Commit b4ff40e

Browse files
committed
github.com/moby/sys/mountinfo version update v0.6.2 -> v0.7.1
1 parent 5ec31e8 commit b4ff40e

File tree

6 files changed

+50
-14
lines changed

6 files changed

+50
-14
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ require (
175175
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible // indirect
176176
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
177177
github.com/moby/spdystream v0.2.0 // indirect
178-
github.com/moby/sys/mountinfo v0.6.2 // indirect
178+
github.com/moby/sys/mountinfo v0.7.1 // indirect
179179
github.com/moby/term v0.5.0 // indirect
180180
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
181181
github.com/modern-go/reflect2 v1.0.2 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,8 +509,8 @@ github.com/moby/ipvs v1.1.0 h1:ONN4pGaZQgAx+1Scz5RvWV4Q7Gb+mvfRh3NsPS+1XQQ=
509509
github.com/moby/ipvs v1.1.0/go.mod h1:4VJMWuf098bsUMmZEiD4Tjk/O7mOn3l1PTD3s4OoYAs=
510510
github.com/moby/spdystream v0.2.0 h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=
511511
github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c=
512-
github.com/moby/sys/mountinfo v0.6.2 h1:BzJjoreD5BMFNmD9Rus6gdd1pLuecOFPt8wC+Vygl78=
513-
github.com/moby/sys/mountinfo v0.6.2/go.mod h1:IJb6JQeOklcdMU9F5xQ8ZALD+CUr5VlGpwtX+VE0rpI=
512+
github.com/moby/sys/mountinfo v0.7.1 h1:/tTvQaSJRr2FshkhXiIpux6fQ2Zvc4j7tAhMTStAG2g=
513+
github.com/moby/sys/mountinfo v0.7.1/go.mod h1:IJb6JQeOklcdMU9F5xQ8ZALD+CUr5VlGpwtX+VE0rpI=
514514
github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=
515515
github.com/moby/term v0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y=
516516
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module k8s.io/mount-utils
55
go 1.22.0
66

77
require (
8-
github.com/moby/sys/mountinfo v0.6.2
8+
github.com/moby/sys/mountinfo v0.7.1
99
github.com/opencontainers/runc v1.1.13
1010
github.com/stretchr/testify v1.8.4
1111
golang.org/x/sys v0.20.0

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

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

vendor/github.com/moby/sys/mountinfo/mountinfo_linux.go

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

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ github.com/moby/ipvs
426426
## explicit; go 1.13
427427
github.com/moby/spdystream
428428
github.com/moby/spdystream/spdy
429-
# github.com/moby/sys/mountinfo v0.6.2
429+
# github.com/moby/sys/mountinfo v0.7.1
430430
## explicit; go 1.16
431431
github.com/moby/sys/mountinfo
432432
# github.com/moby/term v0.5.0

0 commit comments

Comments
 (0)