-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 965 Bytes
/
go.mod
File metadata and controls
29 lines (26 loc) · 965 Bytes
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/itering/substrate-api-rpc
go 1.23.0
require (
github.com/ChainSafe/go-schnorrkel v1.1.0
github.com/gorilla/websocket v1.5.3
github.com/itering/scale.go v1.9.16
github.com/jpillora/backoff v1.0.0
github.com/pierrec/xxHash v0.1.5
github.com/shopspring/decimal v1.4.0
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.38.0
)
require (
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gtank/merlin v0.1.1 // indirect
github.com/gtank/ristretto255 v0.1.2 // indirect
github.com/huandu/xstrings v1.5.0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/mimoo/StrobeGo v0.0.0-20220103164710-9a04d6ca976b // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
golang.org/x/sys v0.33.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)