forked from blockvisionhq/sui-go-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (24 loc) · 818 Bytes
/
Copy pathgo.mod
File metadata and controls
27 lines (24 loc) · 818 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
module github.com/block-vision/sui-go-sdk
go 1.20
require (
github.com/fardream/go-bcs v0.7.0
github.com/go-playground/validator/v10 v10.12.0
github.com/gorilla/websocket v1.5.0
github.com/machinebox/graphql v0.2.2
github.com/mr-tron/base58 v1.2.0
github.com/tidwall/gjson v1.14.4
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.23.0
golang.org/x/time v0.5.0
)
require (
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/leodido/go-urn v1.2.2 // indirect
github.com/matryer/is v1.4.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
)