From 02d6819ebfdc5b18d65c83c4077a040466960bac Mon Sep 17 00:00:00 2001 From: bndw Date: Mon, 16 Feb 2026 12:04:20 -0800 Subject: refactor: migrate nostr dependency to code.northwest.io Updated all import references from northwest.io/nostr to code.northwest.io/nostr and removed the local replace directive from go.mod. The module is now resolved from the published repository. --- internal/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/config/config.go') diff --git a/internal/config/config.go b/internal/config/config.go index dcceade..7eca750 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -10,7 +10,7 @@ import ( "northwest.io/muxstr/internal/auth" "northwest.io/muxstr/internal/metrics" "northwest.io/muxstr/internal/ratelimit" - "northwest.io/nostr" + "code.northwest.io/nostr" ) type Config struct { -- cgit v1.2.3