diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-21 12:10:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 12:10:18 +0000 |
commit | 84c87fc7d3315ffcc44dde2469a613cb9b5c4190 (patch) | |
tree | 6dabef714824027cccc82edad2054838ea7231ec /vendor/github.com/moby/sys/mountinfo/go.mod | |
parent | dd4dc4b002e79c28cd824c59d8f6537d347868cf (diff) | |
parent | 8d3c7b4202ac0151417064b89dc35ae6717f2875 (diff) | |
download | podman-84c87fc7d3315ffcc44dde2469a613cb9b5c4190.tar.gz podman-84c87fc7d3315ffcc44dde2469a613cb9b5c4190.tar.bz2 podman-84c87fc7d3315ffcc44dde2469a613cb9b5c4190.zip |
Merge pull request #7665 from containers/dependabot/go_modules/github.com/rootless-containers/rootlesskit-0.10.1
Bump github.com/rootless-containers/rootlesskit from 0.10.0 to 0.10.1
Diffstat (limited to 'vendor/github.com/moby/sys/mountinfo/go.mod')
-rw-r--r-- | vendor/github.com/moby/sys/mountinfo/go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/moby/sys/mountinfo/go.mod b/vendor/github.com/moby/sys/mountinfo/go.mod index 10d9a15a6..9749ea96d 100644 --- a/vendor/github.com/moby/sys/mountinfo/go.mod +++ b/vendor/github.com/moby/sys/mountinfo/go.mod @@ -1,3 +1,5 @@ module github.com/moby/sys/mountinfo go 1.14 + +require golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 |