Skip to content

Commit

Permalink
Merge pull request #155 from pankona/dependabot/go_modules/github.com…
Browse files Browse the repository at this point in the history
…/pkg/errors-0.9.0
  • Loading branch information
dependabot-preview[bot] authored Jan 13, 2020
2 parents 10ac4d5 + 49e6e29 commit 1661e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/mattn/go-runewidth v0.0.7
github.com/pankona/gocui v0.3.1-0.20190107094646-a6233010013f
github.com/pankona/orderedmap v0.0.0-20190220081458-0d2a73efbdac
github.com/pkg/errors v0.8.1
github.com/pkg/errors v0.9.0
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/satori/go.uuid v1.2.0
github.com/stretchr/testify v1.4.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ github.com/pankona/orderedmap v0.0.0-20190220081458-0d2a73efbdac h1:Zlmj1OVbpfO6
github.com/pankona/orderedmap v0.0.0-20190220081458-0d2a73efbdac/go.mod h1:ydQRa986pZuWSGcbkiLzrF2N6KBbKDOlyunsQKsXdfQ=
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.0 h1:J8lpUdobwIeCI7OiSxHqEwJUKvJwicL5+3v1oe2Yb4k=
github.com/pkg/errors v0.9.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 h1:J9b7z+QKAmPf4YLrFg6oQUotqHQeUNWwkvo7jZp1GLU=
Expand Down

0 comments on commit 1661e97

Please sign in to comment.