-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
27 lines (24 loc) · 970 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/machinefi/w3bstream-wasm-golang-sdk
go 1.18
require (
github.com/dustinxie/ecc v0.0.0-20210511000915-959544187564
github.com/iotexproject/go-pkgs v0.1.13
github.com/mailru/easyjson v0.7.7
github.com/tidwall/gjson v1.14.4
)
require (
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/dustinxie/gmsm v1.4.0 // indirect
github.com/ethereum/go-ethereum v1.10.4 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/google/uuid v1.1.5 // indirect
github.com/iotexproject/iotex-address v0.2.7 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rjeczalik/notify v0.9.2 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
)