Skip to content

Commit 85b95c4

Browse files
committed
v2/version: fix import order
1 parent 6296607 commit 85b95c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

v2/internal/pkg/version/version.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ import (
88
"runtime"
99
"strings"
1010

11-
clog "github.com/openshift/oc-mirror/v2/internal/pkg/log"
1211
"github.com/spf13/cobra"
1312
"k8s.io/kubectl/pkg/util/templates"
1413
"sigs.k8s.io/yaml"
14+
15+
clog "github.com/openshift/oc-mirror/v2/internal/pkg/log"
1516
)
1617

1718
var (

0 commit comments

Comments
 (0)