Skip to content

Commit

Permalink
Apply suggested change about import order
Browse files Browse the repository at this point in the history
  • Loading branch information
jfuerth committed Jan 27, 2025
1 parent 409e644 commit 8b1ae4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/resource/check.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ package resource
import (
"context"
"fmt"
"os"
"slices"

"github.com/Masterminds/semver/v3"
"github.com/pkg/errors"
"oras.land/oras-go/v2/registry"
"oras.land/oras-go/v2/registry/remote"
"os"
"slices"
)

type (
Expand Down

0 comments on commit 8b1ae4b

Please sign in to comment.