summaryrefslogtreecommitdiffstats
path: root/tools/hashpw/hashpw.go
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-12-07 15:05:55 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-12-07 15:05:55 -0800
commit98aa0f09acc956d72bfca6d4cdf22cbd40b87d1e (patch)
treec1444a60ec30d301dd94d405571cf8df617832b0 /tools/hashpw/hashpw.go
parentIncrease target security to 32 bytes (diff)
downloadroseh.moe-98aa0f09acc956d72bfca6d4cdf22cbd40b87d1e.tar.zst
Use /pkg path
Diffstat (limited to 'tools/hashpw/hashpw.go')
-rw-r--r--tools/hashpw/hashpw.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hashpw/hashpw.go b/tools/hashpw/hashpw.go
index f1bc10d..07212df 100644
--- a/tools/hashpw/hashpw.go
+++ b/tools/hashpw/hashpw.go
@@ -7,7 +7,7 @@ import (
"os"
"golang.org/x/term"
- "roseh.moe/cmd/roseh.moe/internal/pwhash"
+ "roseh.moe/pkg/roseh.moe/internal/pwhash"
)
func hashpw() error {