๐Ÿ“ฆ wagoodman / bashful

๐Ÿ“„ go.mod ยท 34 lines
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
34module 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
)