diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-07-06 11:20:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 11:20:41 -0400 |
commit | 1a60550bef976a57777c75e055ad35ff8cf87f23 (patch) | |
tree | 0ddfcf25f83af0edd54ae3677634c2b14617f4c8 /cmd/podman/volumes/inspect.go | |
parent | aa4ec20c0f0d495acf753a4040db48df8c918dc5 (diff) | |
parent | 2d74811520db30cba7246dd1122d484b0c02e5d7 (diff) | |
download | podman-1a60550bef976a57777c75e055ad35ff8cf87f23.tar.gz podman-1a60550bef976a57777c75e055ad35ff8cf87f23.tar.bz2 podman-1a60550bef976a57777c75e055ad35ff8cf87f23.zip |
Merge pull request #6865 from vrothberg/2.0-v2-module
[2.0] move go module to v2
Diffstat (limited to 'cmd/podman/volumes/inspect.go')
-rw-r--r-- | cmd/podman/volumes/inspect.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/volumes/inspect.go b/cmd/podman/volumes/inspect.go index 79f65ea4a..9a8f4049b 100644 --- a/cmd/podman/volumes/inspect.go +++ b/cmd/podman/volumes/inspect.go @@ -7,8 +7,8 @@ import ( "strings" "github.com/containers/buildah/pkg/formats" - "github.com/containers/libpod/cmd/podman/registry" - "github.com/containers/libpod/pkg/domain/entities" + "github.com/containers/libpod/v2/cmd/podman/registry" + "github.com/containers/libpod/v2/pkg/domain/entities" "github.com/pkg/errors" "github.com/spf13/cobra" "golang.org/x/net/context" |