diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-06 14:16:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 14:16:56 +0100 |
commit | f07e18f05c07026e4544788a1359122c81adcde7 (patch) | |
tree | e5ded209dc790ff2794a782aae6cf95d542b8f84 /libpod/storage.go | |
parent | 60e9e7ca9c9081f31f6b37c922f0058f82b989ad (diff) | |
parent | 593eb7625a75f5ea670bc53316d7a8b4e376203b (diff) | |
download | podman-f07e18f05c07026e4544788a1359122c81adcde7.tar.gz podman-f07e18f05c07026e4544788a1359122c81adcde7.tar.bz2 podman-f07e18f05c07026e4544788a1359122c81adcde7.zip |
Merge pull request #5408 from vrothberg/goimports
golangci: enable goimports
Diffstat (limited to 'libpod/storage.go')
-rw-r--r-- | libpod/storage.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/storage.go b/libpod/storage.go index 6375d031b..d675f4ffe 100644 --- a/libpod/storage.go +++ b/libpod/storage.go @@ -8,7 +8,7 @@ import ( "github.com/containers/image/v5/types" "github.com/containers/libpod/libpod/define" "github.com/containers/storage" - "github.com/opencontainers/image-spec/specs-go/v1" + v1 "github.com/opencontainers/image-spec/specs-go/v1" "github.com/opentracing/opentracing-go" "github.com/pkg/errors" "github.com/sirupsen/logrus" |