forked from ivcosla/dmsg-1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 694 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/SkycoinProject/dmsg
go 1.12
require (
github.com/SkycoinProject/skycoin v0.26.0
github.com/flynn/noise v0.0.0-20180327030543-2492fe189ae6
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 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)