Skip to content

Commit

Permalink
Go mod fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gopinath-langote committed Aug 21, 2019
1 parent 21fbe18 commit 87980c1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,12 @@ require (
github.com/pmezard/go-difflib v1.0.0
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
<<<<<<< HEAD
github.com/stretchr/testify v1.4.0
=======
github.com/stretchr/testify v1.3.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/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // indirect
>>>>>>> Lint fix
gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22
)

0 comments on commit 87980c1

Please sign in to comment.