summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..2220a3f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,14 @@
1module northwest.io/nostr
2
3go 1.21
4
5require (
6 github.com/btcsuite/btcd/btcec/v2 v2.3.2
7 github.com/coder/websocket v1.8.12
8)
9
10require (
11 github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect
12 github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
13 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
14)