-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
29 lines (26 loc) · 1004 Bytes
/
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
module github.com/IBAX-io/go-ibax-sdk
go 1.20
require (
github.com/IBAX-io/go-ibax v1.4.2
github.com/bitly/go-simplejson v0.5.0
github.com/btcsuite/btcd v0.23.5-0.20231215221805-96c9fd8078fd
github.com/btcsuite/btcd/btcutil v1.1.5
github.com/ethereum/go-ethereum v1.13.14
github.com/pkg/errors v0.9.1
github.com/shopspring/decimal v1.3.1
github.com/sirupsen/logrus v1.9.0
github.com/tyler-smith/go-bip39 v1.1.0
github.com/vmihailenco/msgpack/v5 v5.3.5
)
require (
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/holiman/uint256 v1.2.4 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/sys v0.18.0 // indirect
)