diff options
| author | bndw <ben@bdw.to> | 2026-02-16 12:04:20 -0800 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-02-16 12:04:20 -0800 |
| commit | 02d6819ebfdc5b18d65c83c4077a040466960bac (patch) | |
| tree | 7a9b0875c7910a93b314d28759da8a171dc1a190 /go.mod | |
| parent | e7c37e80f0ebd0894df45cf2e9f4f29e16a781d7 (diff) | |
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.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 20 |
1 files changed, 15 insertions, 5 deletions
| @@ -3,7 +3,9 @@ module northwest.io/muxstr | |||
| 3 | go 1.25 | 3 | go 1.25 |
| 4 | 4 | ||
| 5 | require ( | 5 | require ( |
| 6 | code.northwest.io/nostr v0.1.0 | ||
| 6 | connectrpc.com/connect v1.19.1 | 7 | connectrpc.com/connect v1.19.1 |
| 8 | fiatjaf.com/nostr v0.0.0-20260211144128-7a4b71b39b12 | ||
| 7 | github.com/klauspost/compress v1.18.4 | 9 | github.com/klauspost/compress v1.18.4 |
| 8 | github.com/prometheus/client_golang v1.23.2 | 10 | github.com/prometheus/client_golang v1.23.2 |
| 9 | golang.org/x/net v0.50.0 | 11 | golang.org/x/net v0.50.0 |
| @@ -12,29 +14,37 @@ require ( | |||
| 12 | google.golang.org/protobuf v1.36.11 | 14 | google.golang.org/protobuf v1.36.11 |
| 13 | gopkg.in/yaml.v3 v3.0.1 | 15 | gopkg.in/yaml.v3 v3.0.1 |
| 14 | modernc.org/sqlite v1.45.0 | 16 | modernc.org/sqlite v1.45.0 |
| 15 | northwest.io/nostr v0.0.0-00010101000000-000000000000 | ||
| 16 | ) | 17 | ) |
| 17 | 18 | ||
| 18 | replace northwest.io/nostr => ../nwio_nostr | ||
| 19 | |||
| 20 | require ( | 19 | require ( |
| 21 | fiatjaf.com/nostr v0.0.0-20260211144128-7a4b71b39b12 // indirect | 20 | github.com/ImVexed/fasturl v0.0.0-20230304231329-4e41488060f3 // indirect |
| 22 | github.com/beorn7/perks v1.0.1 // indirect | 21 | github.com/beorn7/perks v1.0.1 // indirect |
| 23 | github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect | 22 | github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect |
| 24 | github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect | 23 | github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect |
| 25 | github.com/cespare/xxhash/v2 v2.3.0 // indirect | 24 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 25 | github.com/coder/websocket v1.8.13 // indirect | ||
| 26 | github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect | 26 | github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect |
| 27 | github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect | 27 | github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect |
| 28 | github.com/dustin/go-humanize v1.0.1 // indirect | 28 | github.com/dustin/go-humanize v1.0.1 // indirect |
| 29 | github.com/google/uuid v1.6.0 // indirect | 29 | github.com/google/uuid v1.6.0 // indirect |
| 30 | github.com/josharian/intern v1.0.0 // indirect | ||
| 31 | github.com/json-iterator/go v1.1.12 // indirect | ||
| 32 | github.com/mailru/easyjson v0.9.0 // indirect | ||
| 30 | github.com/mattn/go-isatty v0.0.20 // indirect | 33 | github.com/mattn/go-isatty v0.0.20 // indirect |
| 34 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| 35 | github.com/modern-go/reflect2 v1.0.2 // indirect | ||
| 31 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | 36 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 32 | github.com/nbd-wtf/go-nostr v0.52.3 // indirect | ||
| 33 | github.com/ncruces/go-strftime v1.0.0 // indirect | 37 | github.com/ncruces/go-strftime v1.0.0 // indirect |
| 34 | github.com/prometheus/client_model v0.6.2 // indirect | 38 | github.com/prometheus/client_model v0.6.2 // indirect |
| 35 | github.com/prometheus/common v0.66.1 // indirect | 39 | github.com/prometheus/common v0.66.1 // indirect |
| 36 | github.com/prometheus/procfs v0.16.1 // indirect | 40 | github.com/prometheus/procfs v0.16.1 // indirect |
| 41 | github.com/puzpuzpuz/xsync/v3 v3.5.1 // indirect | ||
| 37 | github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect | 42 | github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect |
| 43 | github.com/templexxx/cpu v0.0.1 // indirect | ||
| 44 | github.com/templexxx/xhex v0.0.0-20200614015412-aed53437177b // indirect | ||
| 45 | github.com/tidwall/gjson v1.18.0 // indirect | ||
| 46 | github.com/tidwall/match v1.1.1 // indirect | ||
| 47 | github.com/tidwall/pretty v1.2.1 // indirect | ||
| 38 | go.yaml.in/yaml/v2 v2.4.2 // indirect | 48 | go.yaml.in/yaml/v2 v2.4.2 // indirect |
| 39 | golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect | 49 | golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect |
| 40 | golang.org/x/sys v0.41.0 // indirect | 50 | golang.org/x/sys v0.41.0 // indirect |
