diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-07 08:47:41 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-07 08:47:41 -0700 |
| commit | 20761675e284e1c31014f79a5c029dce5dc4a99b (patch) | |
| tree | a40c8f6e3812832ea33e53f4cedcf8e135470c11 /tools/hashpw/hashpw.go | |
| parent | 79d1cff0755428edfc192448c04ed5a495264da5 (diff) | |
| download | roseh.moe-20761675e284e1c31014f79a5c029dce5dc4a99b.tar.zst | |
Use a vanity URL
Diffstat (limited to 'tools/hashpw/hashpw.go')
| -rw-r--r-- | tools/hashpw/hashpw.go | 2 |
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 { |
