fix hack linter

This commit is contained in:
Tejal Desai 2020-01-21 15:22:49 -08:00
parent ed22afc19b
commit 76f0bf44e5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import (
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"github.com/google/go-containerregistry/pkg/v1"
v1 "github.com/google/go-containerregistry/pkg/v1"
)
// ConfigureLogging sets the logrus logging level and forces logs to be colorful (!)