-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
30 lines (28 loc) · 1.33 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
module github.com/SkycoinPro/cxo-2-node
go 1.13
require (
github.com/DataDog/zstd v1.4.4 // indirect
github.com/SkycoinProject/dmsg v0.0.0-20200128130016-bdcb95cea9ac
github.com/SkycoinProject/dmsg-http v0.0.0-20200128121303-82ce867f9aeb
github.com/SkycoinProject/skycoin v0.26.0
github.com/asdine/storm/v3 v3.0.0
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/gin-gonic/gin v1.5.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/sirupsen/logrus v1.4.3-0.20191014202344-fb62dbe2f2a2
github.com/skycoin/skycoin v0.26.0
github.com/spf13/cobra v0.0.6-0.20191014031137-8a4b46fadf75
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.4.1-0.20190904163530-85f2b59c4459 // indirect
go.etcd.io/bbolt v1.3.4-0.20191001164932-6e135e5d7e3d // indirect
golang.org/x/sys v0.0.0-20200107162124-548cf772de50 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
gopkg.in/yaml.v2 v2.2.7
)