forked from hofstadter-io/hof
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
62 lines (60 loc) · 2.53 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
module github.com/hofstadter-io/hof
go 1.16
require (
cuelang.org/go v0.4.0
github.com/aymerick/raymond v2.0.2+incompatible
github.com/bmatcuk/doublestar v1.3.1
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/clbanning/mxj v1.8.4
github.com/cockroachdb/apd/v2 v2.0.2 // indirect
github.com/codemodus/kace v0.5.1
github.com/elazarl/goproxy v0.0.0-20200310082302-296d8939dc5a // indirect
github.com/emicklei/proto v1.9.0 // indirect
github.com/epiclabs-io/diff3 v0.0.0-20181217103619-05282cece609
github.com/fatih/color v1.9.0
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568
github.com/franela/goblin v0.0.0-20200512143142-b260c999b2d7
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-git/go-billy/v5 v5.0.0
github.com/go-git/go-git/v5 v5.1.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-github/v30 v30.1.0
github.com/hofstadter-io/data-utils v0.0.0-20200128210141-0a3e569b27ed
github.com/hofstadter-io/dotpath v0.0.0-20191027071558-52e2819b7d2d
github.com/hofstadter-io/hof-lang v0.0.0-20180925221847-4d1c962b0729
github.com/kevinburke/ssh_config v1.1.0
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/kr/pretty v0.2.0
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-zglob v0.0.2
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/naoina/toml v0.1.1
github.com/olekukonko/tablewriter v0.0.4
github.com/parnurzeal/gorequest v0.2.16
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pkg/errors v0.9.1
github.com/sergi/go-diff v1.1.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
github.com/xanzy/go-gitlab v0.50.1
go.uber.org/zap v1.15.0
golang.org/x/mod v0.3.1-0.20200828183125-ce943fd02449
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/text v0.3.3
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.24.0 // indirect
gopkg.in/errgo.v2 v2.1.0
gopkg.in/inconshreveable/log15.v2 v2.0.0-20200109203555-b30bc20e4fd1
gopkg.in/ini.v1 v1.57.0 // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
moul.io/http2curl v1.0.0 // indirect
)