Skip to content

Commit e43e553

Browse files
committed
Apply suggested change about import order
1 parent ecdac85 commit e43e553

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/resource/check.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ package resource
66
import (
77
"context"
88
"fmt"
9+
"os"
10+
"slices"
11+
912
"github.com/Masterminds/semver/v3"
1013
"github.com/pkg/errors"
1114
"oras.land/oras-go/v2/registry"
1215
"oras.land/oras-go/v2/registry/remote"
13-
"os"
14-
"slices"
1516
)
1617

1718
type (

0 commit comments

Comments
 (0)