-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
22 lines (20 loc) · 860 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/suda/go-gooey
go 1.14
require (
github.com/cosiner/argv v0.0.1 // indirect
github.com/go-delve/delve v1.4.0 // indirect
github.com/gotk3/gotk3 v0.4.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/peterh/liner v1.2.0 // indirect
github.com/reactivex/rxgo/v2 v2.0.0
github.com/sirupsen/logrus v1.5.0 // indirect
github.com/spf13/cobra v0.0.7 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.starlark.net v0.0.0-20200330013621-be5394c419b6 // indirect
golang.org/x/arch v0.0.0-20200312215426-ff8b605520f4 // indirect
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)