-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (29 loc) · 1.18 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module HDWallet
go 1.20
require (
github.com/ethereum/go-ethereum v1.11.0
github.com/miguelmota/go-ethereum-hdwallet v0.1.1
github.com/spruceid/siwe-go v0.2.0
)
require (
github.com/btcsuite/btcd v0.21.0-beta // indirect
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce // indirect
github.com/dchest/uniuri v1.2.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/relvacode/iso8601 v1.3.0 // indirect
github.com/tealeg/xlsx v1.0.5 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
github.com/uptrace/bun v1.1.11 // indirect
github.com/uptrace/bun/dialect/pgdialect v1.1.11 // indirect
github.com/uptrace/bun/driver/pgdriver v1.1.11 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
mellium.im/sasl v0.3.1 // indirect
)