summaryrefslogtreecommitdiffstats
path: root/roseh.moe.go
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-12-07 15:05:55 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-12-07 15:05:55 -0800
commit98aa0f09acc956d72bfca6d4cdf22cbd40b87d1e (patch)
treec1444a60ec30d301dd94d405571cf8df617832b0 /roseh.moe.go
parent66e4d0829d919d575bf23d5b6bb76e69bde0c3c8 (diff)
downloadroseh.moe-98aa0f09acc956d72bfca6d4cdf22cbd40b87d1e.tar.zst
Use /pkg path
Diffstat (limited to 'roseh.moe.go')
-rw-r--r--roseh.moe.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/roseh.moe.go b/roseh.moe.go
index 5791f46..6fd4f11 100644
--- a/roseh.moe.go
+++ b/roseh.moe.go
@@ -24,8 +24,8 @@ import (
"time"
"github.com/skip2/go-qrcode"
- "roseh.moe/cmd/roseh.moe/internal/pwhash"
"roseh.moe/pkg/ccl"
+ "roseh.moe/pkg/roseh.moe/internal/pwhash"
"roseh.moe/pkg/wordlist"
)