aboutsummaryrefslogtreecommitdiff
path: root/cmd/sigsum-debug/hashkey.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sigsum-debug/hashkey.go')
-rw-r--r--cmd/sigsum-debug/hashkey.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/sigsum-debug/hashkey.go b/cmd/sigsum-debug/hashkey.go
index d9b37dd..6163a1e 100644
--- a/cmd/sigsum-debug/hashkey.go
+++ b/cmd/sigsum-debug/hashkey.go
@@ -4,8 +4,8 @@ import (
"crypto/ed25519"
"fmt"
- "git.sigsum.org/sigsum-lib-go/pkg/hex"
- "git.sigsum.org/sigsum-lib-go/pkg/types"
+ "git.sigsum.org/sigsum-go/pkg/hex"
+ "git.sigsum.org/sigsum-go/pkg/types"
)
func CmdHashKey() error {