From 98aa0f09acc956d72bfca6d4cdf22cbd40b87d1e Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 7 Dec 2025 15:05:55 -0800 Subject: Use /pkg path --- go.mod | 2 +- roseh.moe.go | 2 +- tools/finditer/finditer.go | 2 +- tools/hashpw/hashpw.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index aff7edd..326fa25 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module roseh.moe/cmd/roseh.moe +module roseh.moe/pkg/roseh.moe go 1.25 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" ) diff --git a/tools/finditer/finditer.go b/tools/finditer/finditer.go index e788d89..99c17ee 100644 --- a/tools/finditer/finditer.go +++ b/tools/finditer/finditer.go @@ -7,7 +7,7 @@ import ( "testing" "time" - "roseh.moe/cmd/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 f1bc10d..07212df 100644 --- a/tools/hashpw/hashpw.go +++ b/tools/hashpw/hashpw.go @@ -7,7 +7,7 @@ import ( "os" "golang.org/x/term" - "roseh.moe/cmd/roseh.moe/internal/pwhash" + "roseh.moe/pkg/roseh.moe/internal/pwhash" ) func hashpw() error { -- cgit v1.3.1