summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 5 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 20a17ea..222b18d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,11 @@
1module northwest.io/nostr 1module northwest.io/nostr
2 2
3go 1.21 3go 1.25
4 4
5require github.com/btcsuite/btcd/btcec/v2 v2.3.2 5require github.com/btcsuite/btcd/btcec/v2 v2.3.4
6 6
7require ( 7require (
8 github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1 // indirect 8 github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
9 github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect 9 github.com/decred/dcrd/crypto/blake256 v1.1.0 // indirect
10 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect 10 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
11) 11)