diff options
Diffstat (limited to 'libkpod/rename.go')
-rw-r--r-- | libkpod/rename.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkpod/rename.go b/libkpod/rename.go index 49f7f18c4..cdb2bfc04 100644 --- a/libkpod/rename.go +++ b/libkpod/rename.go @@ -7,9 +7,9 @@ import ( "k8s.io/kubernetes/pkg/kubelet/apis/cri/v1alpha1/runtime" "github.com/docker/docker/pkg/ioutils" + "github.com/opencontainers/runtime-tools/generate" "github.com/projectatomic/libpod/oci" "github.com/projectatomic/libpod/pkg/annotations" - "github.com/opencontainers/runtime-tools/generate" ) const configFile = "config.json" |