-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
42 lines (40 loc) · 1.87 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
module github.com/jlentink/aem
go 1.12
require (
github.com/AlecAivazis/survey/v2 v2.0.4
github.com/BurntSushi/toml v0.3.1
github.com/alecthomas/gometalinter v3.0.0+incompatible // indirect
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
github.com/antchfx/xmlquery v1.3.1
github.com/danieljoos/wincred v1.0.2 // indirect
github.com/daviddengcn/go-colortext v0.0.0-20180409174941-186a3d44e920
github.com/dustin/go-humanize v1.0.0
github.com/fastly/go-fastly/v3 v3.9.3
github.com/go-git/go-git/v5 v5.1.0
github.com/go-http-utils/headers v0.0.0-20181008091004-fed159eddc2a
github.com/go-openapi/strfmt v0.19.2 // indirect
github.com/gobuffalo/packr/v2 v2.8.0
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/golangplus/testing v1.0.0 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20190601041439-ed7b1b5ee0f8 // indirect
github.com/hpcloud/tail v1.0.0
github.com/jedib0t/go-pretty v4.2.1+incompatible
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/karrick/godirwalk v1.15.6 // indirect
github.com/manifoldco/promptui v0.3.2
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/schollz/progressbar/v2 v2.13.2
github.com/sirupsen/logrus v1.5.0 // indirect
github.com/spf13/afero v1.1.2
github.com/spf13/cobra v0.0.7
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/gjson v1.9.3
github.com/zalando/go-keyring v0.0.0-20190531073407-f65c47520c89
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
)