summaryrefslogtreecommitdiffstats
path: root/tools/hashpw/hashpw.go
diff options
context:
space:
mode:
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 c75fa2e..f6662fa 100644
--- a/tools/hashpw/hashpw.go
+++ b/tools/hashpw/hashpw.go
@@ -5,8 +5,8 @@ import (
"fmt"
"os"
- "gitlab.com/rhogenson/roseh.moe/internal/pwhash"
"golang.org/x/term"
+ "roseh.moe/pkg/roseh.moe/internal/pwhash"
)
func hashpw() error {