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. --- cmd/testclient/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/testclient') diff --git a/cmd/testclient/main.go b/cmd/testclient/main.go index f1151da..3d2ed2d 100644 --- a/cmd/testclient/main.go +++ b/cmd/testclient/main.go @@ -15,7 +15,7 @@ import ( "google.golang.org/grpc/credentials/insecure" pb "northwest.io/muxstr/api/nostr/v1" - "northwest.io/nostr" + "code.northwest.io/nostr" ) func main() { -- cgit v1.2.3