summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-07 08:47:41 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-07 08:47:41 -0700
commit20761675e284e1c31014f79a5c029dce5dc4a99b (patch)
treea40c8f6e3812832ea33e53f4cedcf8e135470c11 /tools
parent79d1cff0755428edfc192448c04ed5a495264da5 (diff)
downloadroseh.moe-20761675e284e1c31014f79a5c029dce5dc4a99b.tar.zst
Use a vanity URL
Diffstat (limited to 'tools')
-rw-r--r--tools/finditer/finditer.go2
-rw-r--r--tools/hashpw/hashpw.go2
-rw-r--r--tools/hole/hole.go2
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")