From 20761675e284e1c31014f79a5c029dce5dc4a99b Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 7 Oct 2025 08:47:41 -0700 Subject: Use a vanity URL --- tools/finditer/finditer.go | 2 +- tools/hashpw/hashpw.go | 2 +- tools/hole/hole.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tools') 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") -- cgit v1.3.1