forked from skycoin/cx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
46 lines (43 loc) · 2.1 KB
/
go.mod
File metadata and controls
46 lines (43 loc) · 2.1 KB
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
42
43
44
45
46
module github.com/SkycoinProject/cx
go 1.14
require (
github.com/NYTimes/gziphandler v1.1.1 // indirect
github.com/SkycoinProject/cx-chains v0.24.2-0.20200412040944-7696b1dfd81c
github.com/SkycoinProject/gltext v0.0.0-20200425002731-afdd8ff94e14
github.com/SkycoinProject/nex v0.0.0-20191231010827-3bb2d0c49bc5 // indirect
github.com/SkycoinProject/skycoin v0.27.0
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
github.com/prometheus/common v0.10.0 // indirect
github.com/prometheus/procfs v0.1.3 // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/shopspring/decimal v1.2.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/skycoin/dmsg v0.0.0-20201124135713-d832ca828200
github.com/skycoin/skywire v0.2.3-0.20200803142942-0f8b9981f6f9 // indirect
github.com/stretchr/testify v1.6.1
github.com/theherk/viper v0.0.0-20171202031228-e0502e82247d
github.com/toqueteos/webbrowser v1.2.0 // indirect
github.com/urfave/cli v1.21.0 // indirect
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de // indirect
golang.org/x/exp v0.0.0-20200513190911-00229845015e // indirect
golang.org/x/image v0.0.0-20200801110659-972c09e46d76 // indirect
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de
google.golang.org/protobuf v1.25.0 // indirect
modernc.org/golex v1.0.1 // indirect
modernc.org/goyacc v1.0.0 // indirect
modernc.org/mathutil v1.1.1 // indirect
modernc.org/parser v1.0.0 // indirect
modernc.org/sortutil v1.1.0 // indirect
modernc.org/strutil v1.1.0 // indirect
modernc.org/y v1.0.0 // indirect
)
//replace github.com/SkycoinProject/cx-chains => ../cx-chains