forked from getgauge/gauge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
36 lines (34 loc) · 1.72 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
31
32
33
34
35
36
module github.com/getgauge/gauge
go 1.13
require (
github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5
github.com/daviddengcn/go-colortext v0.0.0-20180409174941-186a3d44e920
github.com/dmotylev/goproperties v0.0.0-20140630191356-7cbffbaada47
github.com/fsnotify/fsnotify v1.4.7
github.com/getgauge/common v0.0.0-20180424115244-657067401e5f
github.com/go-check/check v0.0.0-20190902080502-41f04d3bba15 // indirect
github.com/golang/protobuf v1.3.2
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/jpillora/go-ogle-analytics v0.0.0-20161213085824-14b04e0594ef
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/neelance/parallel v0.0.0-20160708114440-4de9ce63d14c // indirect
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/opentracing/basictracer-go v1.0.0 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/russross/blackfriday v2.0.0+incompatible
github.com/satori/go.uuid v1.2.0
github.com/slimsag/godocmd v0.0.0-20161025000126-a1005ad29fe3 // indirect
github.com/sourcegraph/ctxvfs v0.0.0-20180418081416-2b65f1b1ea81 // indirect
github.com/sourcegraph/go-langserver v2.0.0+incompatible
github.com/sourcegraph/jsonrpc2 v0.0.0-20190106185902-35a74f039c6a
github.com/spf13/cobra v0.0.6-0.20191019221741-77e4d5aecc4d
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03 // indirect
google.golang.org/grpc v1.24.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
gopkg.in/yaml.v2 v2.2.4 // indirect
)