Skip to content

Commit

Permalink
Update sign_test.go
Browse files Browse the repository at this point in the history
fix gofmt issue

Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway authored Mar 13, 2024
1 parent 2269f23 commit c2da6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cosign/cli/sign/sign_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ import (

"github.com/google/go-containerregistry/pkg/name"

"github.com/secure-systems-lab/go-securesystemslib/encrypted"
"github.com/sigstore/cosign/cmd/cosign/cli/generate"
"github.com/sigstore/cosign/cmd/cosign/cli/options"
"github.com/sigstore/cosign/pkg/cosign"
"github.com/sigstore/cosign/test"
"github.com/sigstore/sigstore/pkg/cryptoutils"
"github.com/secure-systems-lab/go-securesystemslib/encrypted"
)

func pass(s string) cosign.PassFunc {
Expand Down

0 comments on commit c2da6ce

Please sign in to comment.