-
Notifications
You must be signed in to change notification settings - Fork 23
/
go.mod
41 lines (39 loc) · 1.7 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/renproject/darknode-cli
go 1.13
require (
cloud.google.com/go v0.51.0 // indirect
github.com/aws/aws-sdk-go v1.41.8
github.com/btcsuite/btcd v0.20.1-beta
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/digitalocean/godo v1.69.1
github.com/ethereum/go-ethereum v1.9.6
github.com/fatih/color v1.7.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-github/v39 v39.2.0
github.com/google/uuid v1.1.5 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/go-version v1.2.0
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
github.com/huin/goupnp v1.0.2 // indirect
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6
github.com/karalabe/usb v0.0.0-20211005121534-4c5740d64559 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/multiformats/go-multiaddr v0.1.1
github.com/multiformats/go-multihash v0.0.8
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/renproject/aw v0.3.7
github.com/renproject/mercury v0.3.15
github.com/renproject/phi v0.1.0
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.7.0 // indirect
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
github.com/urfave/cli v1.22.5
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
google.golang.org/api v0.15.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)