Skip to content

Commit ac2fefb

Browse files
Go module tidy
1 parent c9de5a7 commit ac2fefb

File tree

2 files changed

+6
-302
lines changed

2 files changed

+6
-302
lines changed

go.mod

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,13 @@ module github.com/gopinath-langote/1build
33
go 1.12
44

55
require (
6-
github.com/codegangsta/inject v0.0.0-20140425184007-37d7f8432a3e
6+
github.com/codegangsta/inject v0.0.0-20140425184007-37d7f8432a3e // indirect
77
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
109
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
1310
github.com/mattn/go-runewidth v0.0.4
14-
github.com/pmezard/go-difflib v1.0.0
1511
github.com/spf13/cobra v0.0.5
16-
github.com/spf13/pflag v1.0.3
17-
github.com/stretchr/objx v0.2.0 // indirect
1812
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
2413
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
2514
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
2615
)

0 commit comments

Comments
 (0)