diff options
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/finditer/finditer.go | 2 | ||||
| -rw-r--r-- | tools/hashpw/hashpw.go | 2 | ||||
| -rw-r--r-- | tools/hole/hole.go | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/finditer/finditer.go b/tools/finditer/finditer.go index fbd0363..114785d 100644 --- a/tools/finditer/finditer.go +++ b/tools/finditer/finditer.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "gitlab.com/rhogenson/roseh.moe/internal/pwhash" + "roseh.moe/pkg/roseh.moe/internal/pwhash" ) func mustHex(s string) []byte { 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 { diff --git a/tools/hole/hole.go b/tools/hole/hole.go index c6946f0..2834d16 100644 --- a/tools/hole/hole.go +++ b/tools/hole/hole.go @@ -37,7 +37,7 @@ import ( "net/http" "os" - "gitlab.com/rhogenson/roseh.moe/internal/hole" + "roseh.moe/pkg/roseh.moe/internal/hole" ) var url = flag.String("url", "https://roseh.moe", "server URL") |
