diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -4,7 +4,6 @@ go 1.24.0 | |||
| 4 | 4 | ||
| 5 | require ( | 5 | require ( |
| 6 | connectrpc.com/connect v1.19.1 | 6 | connectrpc.com/connect v1.19.1 |
| 7 | github.com/btcsuite/btcd/btcec/v2 v2.3.2 | ||
| 8 | github.com/klauspost/compress v1.18.4 | 7 | github.com/klauspost/compress v1.18.4 |
| 9 | github.com/prometheus/client_golang v1.23.2 | 8 | github.com/prometheus/client_golang v1.23.2 |
| 10 | golang.org/x/net v0.50.0 | 9 | golang.org/x/net v0.50.0 |
| @@ -13,10 +12,14 @@ require ( | |||
| 13 | google.golang.org/protobuf v1.36.11 | 12 | google.golang.org/protobuf v1.36.11 |
| 14 | gopkg.in/yaml.v3 v3.0.1 | 13 | gopkg.in/yaml.v3 v3.0.1 |
| 15 | modernc.org/sqlite v1.45.0 | 14 | modernc.org/sqlite v1.45.0 |
| 15 | northwest.io/nostr v0.0.0-00010101000000-000000000000 | ||
| 16 | ) | 16 | ) |
| 17 | 17 | ||
| 18 | replace northwest.io/nostr => ../nwio_nostr | ||
| 19 | |||
| 18 | require ( | 20 | require ( |
| 19 | github.com/beorn7/perks v1.0.1 // indirect | 21 | github.com/beorn7/perks v1.0.1 // indirect |
| 22 | github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect | ||
| 20 | github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect | 23 | github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect |
| 21 | github.com/cespare/xxhash/v2 v2.3.0 // indirect | 24 | github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 22 | github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect | 25 | github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect |
