From 0406e24e1259e1a9adcd739da388dcca9ec8feba Mon Sep 17 00:00:00 2001 From: bndw Date: Sat, 14 Feb 2026 08:21:01 -0800 Subject: refactor: rename project from nostr-grpc to muxstr Update module path from northwest.io/nostr-grpc to northwest.io/muxstr. This includes updating all Go imports, protobuf definitions, generated files, and documentation. --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a291cec..c69f481 100644 --- a/go.mod +++ b/go.mod @@ -1,17 +1,18 @@ -module northwest.io/nostr-grpc +module northwest.io/muxstr go 1.24.0 require ( + connectrpc.com/connect v1.19.1 github.com/btcsuite/btcd/btcec/v2 v2.3.2 github.com/klauspost/compress v1.18.4 + golang.org/x/net v0.50.0 google.golang.org/grpc v1.79.1 google.golang.org/protobuf v1.36.11 modernc.org/sqlite v1.45.0 ) require ( - connectrpc.com/connect v1.19.1 // indirect github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect @@ -21,7 +22,6 @@ require ( github.com/ncruces/go-strftime v1.0.0 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect - golang.org/x/net v0.50.0 // indirect golang.org/x/sys v0.41.0 // indirect golang.org/x/text v0.34.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect -- cgit v1.2.3