Skip to content

Commit

Permalink
Go module tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
gopinath-langote committed Sep 24, 2019
1 parent c9de5a7 commit ac2fefb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 302 deletions.
15 changes: 2 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,13 @@ module github.com/gopinath-langote/1build
go 1.12

require (
github.com/codegangsta/inject v0.0.0-20140425184007-37d7f8432a3e
github.com/codegangsta/inject v0.0.0-20140425184007-37d7f8432a3e // indirect
github.com/codeskyblue/go-sh v0.0.0-20170112005953-b097669b1569
github.com/davecgh/go-spew v1.1.1
github.com/inconshreveable/mousetrap v1.0.0
github.com/kr/pretty v0.1.0 // indirect
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/mattn/go-runewidth v0.0.4
github.com/pmezard/go-difflib v1.0.0
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
)
Loading

0 comments on commit ac2fefb

Please sign in to comment.