forked from cppforlife/go-cli-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 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
21
module github.com/cppforlife/go-cli-ui
go 1.13
require (
github.com/cppforlife/color v1.9.1-0.20200716202919-6706ac40b835
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/golang/protobuf v1.4.1 // indirect
github.com/hpcloud/tail v1.0.1-0.20180514194441-a1dbeea552b7 // indirect
github.com/kr/pty v1.1.8 // indirect
github.com/mattn/go-isatty v0.0.11
github.com/onsi/ginkgo v1.6.0
github.com/onsi/gomega v1.4.1
github.com/vito/go-interact v0.0.0-20171111012221-fa338ed9e9ec
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb // indirect
golang.org/x/net v0.0.0-20180730214132-a0f8a16cb08c // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20140529071818-c131134a1947 // indirect
gopkg.in/yaml.v2 v2.2.1
)