diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 13 |
1 files changed, 7 insertions, 6 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | module northwest.io/muxstr | 1 | module northwest.io/muxstr |
| 2 | 2 | ||
| 3 | go 1.24.0 | 3 | go 1.25 |
| 4 | 4 | ||
| 5 | require ( | 5 | require ( |
| 6 | connectrpc.com/connect v1.19.1 | 6 | connectrpc.com/connect v1.19.1 |
| @@ -18,17 +18,18 @@ require ( | |||
| 18 | replace northwest.io/nostr => ../nwio_nostr | 18 | replace northwest.io/nostr => ../nwio_nostr |
| 19 | 19 | ||
| 20 | require ( | 20 | require ( |
| 21 | fiatjaf.com/nostr v0.0.0-20260211144128-7a4b71b39b12 // indirect | ||
| 21 | github.com/beorn7/perks v1.0.1 // indirect | 22 | github.com/beorn7/perks v1.0.1 // indirect |
| 22 | github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect | 23 | github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect |
| 23 | github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect | 24 | github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect |
| 24 | github.com/cespare/xxhash/v2 v2.3.0 // indirect | 25 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 25 | github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect | 26 | github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect |
| 26 | github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect | 27 | github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect |
| 27 | github.com/dustin/go-humanize v1.0.1 // indirect | 28 | github.com/dustin/go-humanize v1.0.1 // indirect |
| 28 | github.com/google/uuid v1.6.0 // indirect | 29 | github.com/google/uuid v1.6.0 // indirect |
| 29 | github.com/kr/text v0.2.0 // indirect | ||
| 30 | github.com/mattn/go-isatty v0.0.20 // indirect | 30 | github.com/mattn/go-isatty v0.0.20 // indirect |
| 31 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | 31 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 32 | github.com/nbd-wtf/go-nostr v0.52.3 // indirect | ||
| 32 | github.com/ncruces/go-strftime v1.0.0 // indirect | 33 | github.com/ncruces/go-strftime v1.0.0 // indirect |
| 33 | github.com/prometheus/client_model v0.6.2 // indirect | 34 | github.com/prometheus/client_model v0.6.2 // indirect |
| 34 | github.com/prometheus/common v0.66.1 // indirect | 35 | github.com/prometheus/common v0.66.1 // indirect |
