File tree Expand file tree Collapse file tree 2 files changed +6
-302
lines changed Expand file tree Collapse file tree 2 files changed +6
-302
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,13 @@ module github.com/gopinath-langote/1build
3
3
go 1.12
4
4
5
5
require (
6
- github.com/codegangsta/inject v0.0.0-20140425184007-37d7f8432a3e
6
+ github.com/codegangsta/inject v0.0.0-20140425184007-37d7f8432a3e // indirect
7
7
github.com/codeskyblue/go-sh v0.0.0-20170112005953-b097669b1569
8
- github.com/davecgh/go-spew v1.1.1
9
- github.com/inconshreveable/mousetrap v1.0.0
8
+ github.com/kr/pretty v0.1.0 // indirect
10
9
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b
11
- github.com/mattn/go-colorable v0.1.2 // indirect
12
- github.com/mattn/go-isatty v0.0.9 // indirect
13
10
github.com/mattn/go-runewidth v0.0.4
14
- github.com/pmezard/go-difflib v1.0.0
15
11
github.com/spf13/cobra v0.0.5
16
- github.com/spf13/pflag v1.0.3
17
- github.com/stretchr/objx v0.2.0 // indirect
18
12
github.com/stretchr/testify v1.4.0
19
- golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
20
- golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect
21
- golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
22
- golang.org/x/text v0.3.2 // indirect
23
- golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // indirect
24
13
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
25
14
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
26
15
)
You can’t perform that action at this time.
0 commit comments