forked from getgauge/gauge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 1.04 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
module github.com/getgauge/gauge
go 1.13
require (
github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5
github.com/daviddengcn/go-colortext v1.0.0
github.com/fsnotify/fsnotify v1.5.1
github.com/getgauge/common v0.0.0-20200824023809-24587c106922
github.com/getgauge/gauge-proto/go/gauge_messages v0.0.0-20210112094005-73ca40cb5ac4
github.com/golang/protobuf v1.5.2
github.com/magiconair/properties v1.8.5
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/russross/blackfriday/v2 v2.1.0
github.com/schollz/closestmatch v2.1.0+incompatible
github.com/sourcegraph/go-langserver v2.0.0+incompatible
github.com/sourcegraph/jsonrpc2 v0.0.0-20200429184054-15c2290dcb37
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
google.golang.org/genproto v0.0.0-20210111234610-22ae2b108f89
google.golang.org/grpc v1.43.0
google.golang.org/protobuf v1.28.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)