-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
27 lines (24 loc) · 924 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
module github.com/availproject/avail-go-sdk
go 1.23.4
require (
github.com/centrifuge/go-substrate-rpc-client/v4 v4.2.1
github.com/itering/scale.go v1.9.14
github.com/shopspring/decimal v1.2.0
github.com/sirupsen/logrus v1.9.3
github.com/vedhavyas/go-subkey/v2 v2.0.0
golang.org/x/crypto v0.31.0
)
require (
github.com/ChainSafe/go-schnorrkel v1.0.0 // indirect
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/decred/base58 v1.0.4 // indirect
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
github.com/ethereum/go-ethereum v1.10.20 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/gtank/merlin v0.1.1 // indirect
github.com/gtank/ristretto255 v0.1.2 // indirect
github.com/huandu/xstrings v1.3.1 // indirect
github.com/mimoo/StrobeGo v0.0.0-20220103164710-9a04d6ca976b // indirect
github.com/pierrec/xxHash v0.1.5 // indirect
golang.org/x/sys v0.28.0 // indirect
)