forked from textileio/near-api-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 933 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
module github.com/gateway-fm/near-api-go
go 1.16
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/ethereum/go-ethereum v1.10.9
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/google/gofuzz v1.2.0
github.com/mr-tron/base58 v1.2.0
github.com/near/borsh-go v0.3.0
github.com/stretchr/testify v1.7.0
github.com/textileio/go-log/v2 v2.1.3-gke-1
go.uber.org/zap v1.18.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.0.0-20211004093028-2c5d950f24ef // indirect
golang.org/x/tools v0.1.4 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
lukechampine.com/uint128 v1.1.1
)
replace github.com/ethereum/go-ethereum => github.com/textileio/go-ethereum v1.10.3-0.20210413172519-62e8b38d82b1