Skip to content

Commit

Permalink
Simplify imports
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Steindler <[email protected]>
  • Loading branch information
steiza committed Oct 18, 2024
1 parent 1e7a436 commit 1bd2b08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/cosign/cli/trustedroot/trustedroot.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ import (
"os"
"time"

"github.com/sigstore/cosign/v2/pkg/cosign"
"github.com/sigstore/sigstore-go/pkg/root"
"github.com/sigstore/sigstore/pkg/cryptoutils"

"github.com/sigstore/cosign/v2/pkg/cosign"
)

type CreateCmd struct {
Expand Down

0 comments on commit 1bd2b08

Please sign in to comment.