Skip to content

Commit

Permalink
Merge pull request #111 from kolyshkin/mount-bump-mountinfo
Browse files Browse the repository at this point in the history
mount: bump mountinfo to v0.6.1
  • Loading branch information
thaJeztah committed Apr 13, 2022
2 parents 523ebb9 + 9626c75 commit 7335f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mount/go.mod
Expand Up @@ -3,6 +3,6 @@ module github.com/moby/sys/mount
go 1.16

require (
github.com/moby/sys/mountinfo v0.6.0
github.com/moby/sys/mountinfo v0.6.1
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
)
4 changes: 2 additions & 2 deletions mount/go.sum
@@ -1,4 +1,4 @@
github.com/moby/sys/mountinfo v0.6.0 h1:gUDhXQx58YNrpHlK4nSL+7y2pxFZkUcXqzFDKWdC0Oo=
github.com/moby/sys/mountinfo v0.6.0/go.mod h1:3bMD3Rg+zkqx8MRYPi7Pyb0Ie97QEBmdxbhnCLlSvSU=
github.com/moby/sys/mountinfo v0.6.1 h1:+H/KnGEAGRpTrEAqNVQ2AM3SiwMgJUt/TXj+Z8cmCIc=
github.com/moby/sys/mountinfo v0.6.1/go.mod h1:3bMD3Rg+zkqx8MRYPi7Pyb0Ie97QEBmdxbhnCLlSvSU=
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 h1:2B5p2L5IfGiD7+b9BOoRMC6DgObAVZV+Fsp050NqXik=
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 comments on commit 7335f4f

Please sign in to comment.