diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-01-07 14:34:45 +0100 |
---|---|---|
committer | Paul Holzinger <pholzing@redhat.com> | 2022-01-12 17:40:24 +0100 |
commit | 918890a4d6f91a6f4bf844427f7e485676cc117e (patch) | |
tree | b82c017570e97d27c4c62aecb69832a27f33e482 /vendor/modules.txt | |
parent | 0151e10b627fbfb82b7d633f3fc9703678ed4eaf (diff) | |
download | podman-918890a4d6f91a6f4bf844427f7e485676cc117e.tar.gz podman-918890a4d6f91a6f4bf844427f7e485676cc117e.tar.bz2 podman-918890a4d6f91a6f4bf844427f7e485676cc117e.zip |
use netns package from c/common
The netns package was moved to c/common so we should use this and remove
the package from podman.
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 83b52afcb..bf73708d7 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -132,6 +132,7 @@ github.com/containers/common/pkg/download github.com/containers/common/pkg/filters github.com/containers/common/pkg/flag github.com/containers/common/pkg/manifests +github.com/containers/common/pkg/netns github.com/containers/common/pkg/parse github.com/containers/common/pkg/report github.com/containers/common/pkg/report/camelcase |