-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
20 lines (18 loc) · 832 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/mysteriumnetwork/payments-smart-contracts
go 1.13
require (
github.com/ethereum/go-ethereum v1.9.14
github.com/golang/protobuf v1.4.1 // indirect
github.com/magefile/mage v1.9.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mysteriumnetwork/go-ci v0.0.0-20200415074834-39fc864b0ed4
github.com/mysteriumnetwork/node v0.0.0-20200514095209-be1b164ff528 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/zerolog v1.17.2
github.com/tcnksm/ghr v0.13.0 // indirect
golang.org/x/net v0.0.0-20200513185701-a91f0712d120 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c // indirect
google.golang.org/appengine v1.6.6 // indirect
)