diff options
Diffstat (limited to 'src/k8splugin/internal/namegenerator')
-rw-r--r-- | src/k8splugin/internal/namegenerator/namegenerator.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/internal/namegenerator/namegenerator.go b/src/k8splugin/internal/namegenerator/namegenerator.go index 1980944f..52eef366 100644 --- a/src/k8splugin/internal/namegenerator/namegenerator.go +++ b/src/k8splugin/internal/namegenerator/namegenerator.go @@ -24,7 +24,7 @@ import ( "github.com/onap/multicloud-k8s/src/k8splugin/internal/db" - "github.com/moby/moby/pkg/namesgenerator" + "github.com/docker/engine/pkg/namesgenerator" pkgerrors "github.com/pkg/errors" ) |