-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.12 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
module github.com/ventuary-lab/node-payout-manager
go 1.13
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/VictoriaMetrics/fastcache v1.5.4 // indirect
github.com/aristanetworks/goarista v0.0.0-20191206003309-5d8d36c240c9 // indirect
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/cryptopay-dev/yaga v1.16.0
github.com/elastic/gosigar v0.10.5 // indirect
github.com/ethereum/go-ethereum v1.9.9 // indirect
github.com/fatih/structs v1.1.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-openapi/errors v0.19.4
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.8
github.com/go-openapi/validate v0.19.7
github.com/kr/fs v0.1.0 // indirect
github.com/labstack/gommon v0.3.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/syndtr/goleveldb v1.0.1-0.20190923125748-758128399b1d
github.com/tools/godep v0.0.0-20180126220526-ce0bfadeb516 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20191219195013-becbf705a915 // indirect
golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 // indirect
)