Skip to content

Commit

Permalink
Use latest go-difflib with improved colors (#328)
Browse files Browse the repository at this point in the history
Use latest go-difflib with improved colors
  • Loading branch information
twpayne authored Jun 6, 2019
2 parents 74da6c3 + 1b047e6 commit 377bed9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/spf13/viper v1.3.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.3.0
github.com/twpayne/go-difflib v1.3.0
github.com/twpayne/go-difflib v1.3.1
github.com/twpayne/go-shell v0.0.1
github.com/twpayne/go-vfs v1.1.0
github.com/twpayne/go-vfsafero v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
github.com/twpayne/go-difflib v1.3.0 h1:diKcqcs0d4zkEPe8EQcsc5WTwgYoiEEFRJ7JhfjHtbA=
github.com/twpayne/go-difflib v1.3.0/go.mod h1:3pM7Os07f1tPwfKPDOsPJ/Cr6lDh7ztw2t75/SFtQUM=
github.com/twpayne/go-difflib v1.3.1 h1:ZssiCdXFhGFvprGSl56WrFOrOMUPdICt9WFn4Eqm57Y=
github.com/twpayne/go-difflib v1.3.1/go.mod h1:3pM7Os07f1tPwfKPDOsPJ/Cr6lDh7ztw2t75/SFtQUM=
github.com/twpayne/go-shell v0.0.1 h1:Ako3cUeuULhWadYk37jM3FlJ8lkSSW4INBjYj9K60Gw=
github.com/twpayne/go-shell v0.0.1/go.mod h1:QCjEvdZndTuPObd+11NYAI1UeNLSuGZVxJ+67Wl+IU4=
github.com/twpayne/go-vfs v1.0.1/go.mod h1:OIXA6zWkcn7Jk46XT7ceYqBMeIkfzJ8WOBhGJM0W4y8=
Expand Down

0 comments on commit 377bed9

Please sign in to comment.