aboutsummaryrefslogtreecommitdiff
path: root/cmd/sigsum-debug/hashleaf.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sigsum-debug/hashleaf.go')
-rw-r--r--cmd/sigsum-debug/hashleaf.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/sigsum-debug/hashleaf.go b/cmd/sigsum-debug/hashleaf.go
index 2b4910d..368e14b 100644
--- a/cmd/sigsum-debug/hashleaf.go
+++ b/cmd/sigsum-debug/hashleaf.go
@@ -4,8 +4,8 @@ import (
"fmt"
"crypto/ed25519"
- "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 CmdHashLeaf(optPriv string, optShardHint uint64) error {