aboutsummaryrefslogtreecommitdiff
path: root/cmd/sigsum-debug/pubkey.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sigsum-debug/pubkey.go')
-rw-r--r--cmd/sigsum-debug/pubkey.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sigsum-debug/pubkey.go b/cmd/sigsum-debug/pubkey.go
index 586d19a..f74992a 100644
--- a/cmd/sigsum-debug/pubkey.go
+++ b/cmd/sigsum-debug/pubkey.go
@@ -4,7 +4,7 @@ import (
"crypto/ed25519"
"fmt"
- "git.sigsum.org/sigsum-lib-go/pkg/hex"
+ "git.sigsum.org/sigsum-go/pkg/hex"
)
func CmdPubKey() error {