diff options
| -rw-r--r-- | cmd/sanguisuga/config.go | 2 | ||||
| -rw-r--r-- | internal/key2hex/key2hex.go (renamed from cmd/sanguisuga/internal/key2hex/key2hex.go) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sanguisuga/config.go b/cmd/sanguisuga/config.go index cf98356..29e6b07 100644 --- a/cmd/sanguisuga/config.go +++ b/cmd/sanguisuga/config.go @@ -6,7 +6,7 @@ import ( "log/slog" "net/netip" - "within.website/x/cmd/sanguisuga/internal/key2hex" + "within.website/x/internal/key2hex" ) type IRC struct { diff --git a/cmd/sanguisuga/internal/key2hex/key2hex.go b/internal/key2hex/key2hex.go index b7427a3..b7427a3 100644 --- a/cmd/sanguisuga/internal/key2hex/key2hex.go +++ b/internal/key2hex/key2hex.go |
