forked from fox-one/4swap-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 737 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/fox-one/4swap-sdk-go
go 1.15
require (
filippo.io/edwards25519 v1.0.0
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
github.com/fox-one/mixin-sdk-go v1.6.9
github.com/go-resty/resty/v2 v2.7.0
github.com/gofrs/uuid v4.2.0+incompatible
github.com/google/uuid v1.3.0
github.com/pandodao/mtg v1.0.5
github.com/shopspring/decimal v1.3.1
github.com/speps/go-hashids v2.0.0+incompatible
github.com/stretchr/testify v1.8.3
github.com/vmihailenco/msgpack/v5 v5.3.5
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/net v0.0.0-20220526153639-5463443f8c37 // indirect
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)