summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 1 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 2220a3f..20a17ea 100644
--- a/go.mod
+++ b/go.mod
@@ -2,10 +2,7 @@ module northwest.io/nostr
2 2
3go 1.21 3go 1.21
4 4
5require ( 5require github.com/btcsuite/btcd/btcec/v2 v2.3.2
6 github.com/btcsuite/btcd/btcec/v2 v2.3.2
7 github.com/coder/websocket v1.8.12
8)
9 6
10require ( 7require (
11 github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect 8 github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect