summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 2220a3fef03f7b8ff54f9ebd1a6b94aeb49b29ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module northwest.io/nostr

go 1.21

require (
	github.com/btcsuite/btcd/btcec/v2 v2.3.2
	github.com/coder/websocket v1.8.12
)

require (
	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
)