Skip to content

Commit cd09533

Browse files
committed
move extensionsign pkg
1 parent 8f10fa5 commit cd09533

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

cli/signature.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/spf13/cobra"
88
"golang.org/x/xerrors"
99

10-
"github.com/coder/code-marketplace/internal/extensionsign"
10+
"github.com/coder/code-marketplace/extensionsign"
1111
)
1212

1313
func signature() *cobra.Command {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

storage/signature.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66

77
"golang.org/x/xerrors"
88

9-
"github.com/coder/code-marketplace/internal/extensionsign"
9+
"github.com/coder/code-marketplace/extensionsign"
1010
)
1111

1212
var _ Storage = (*Signature)(nil)

0 commit comments

Comments
 (0)