-
Notifications
You must be signed in to change notification settings - Fork 47
/
go.mod
33 lines (32 loc) · 1.39 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
module github.com/wagoodman/bashful
require (
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1
github.com/cavaliercoder/grab v2.0.0+incompatible
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/deckarep/golang-set v1.7.1
github.com/dustin/go-humanize v1.0.0
github.com/google/uuid v1.0.0
github.com/gosuri/uilive v0.0.0-20170323041506-ac356e6e42cd
github.com/gosuri/uiprogress v0.0.0-20170224063937-d0567a9d84a1
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c
github.com/inconshreveable/mousetrap v1.0.0
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213
github.com/kr/pretty v0.1.0 // indirect
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a
github.com/mattn/go-colorable v0.0.9
github.com/mattn/go-isatty v0.0.4
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/afero v1.1.2
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.2.2 // indirect
github.com/tj/go-spin v1.1.0
github.com/wagoodman/jotframe v0.0.0-20181117142753-3d87a8a9c853
github.com/wayneashleyberry/terminal-dimensions v1.0.0
golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869
golang.org/x/sys v0.0.0-20181116161606-93218def8b18
golang.org/x/text v0.3.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.1
)