forked from skycoin/dmsg-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 808 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/skycoin/dmsg
go 1.12
require (
github.com/flynn/noise v0.0.0-20180327030543-2492fe189ae6
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/sirupsen/logrus v1.4.2
github.com/skycoin/skycoin v0.26.0
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190627182818-9947fec5c3ab // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)