Skip to content

Commit

Permalink
Merge pull request dependabot#1258 from dependabot/bump-vcs
Browse files Browse the repository at this point in the history
Bump masterminds/vcs to v1.13.1 to fix Go bitbucket support
  • Loading branch information
hmarr authored Jul 13, 2019
2 parents 5d0c002 + c1d7c4a commit 341ef5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go_modules/helpers/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/dependabot/dependabot-core/go_modules/helpers

require (
github.com/Masterminds/vcs v1.13.0
github.com/Masterminds/vcs v1.13.1
github.com/dependabot/dependabot-core/go_modules/helpers/updater v0.0.0
github.com/dependabot/gomodules-extracted v0.0.0-20181020215834-1b2f850478a3
)
Expand Down
4 changes: 2 additions & 2 deletions go_modules/helpers/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/Masterminds/vcs v1.13.0 h1:USF5TvZGYgIpcbNAEMLfFhHqP08tFZVlUVrmTSpqnyA=
github.com/Masterminds/vcs v1.13.0/go.mod h1:N09YCmOQr6RLxC6UNHzuVwAdodYbbnycGHSmwVJjcKA=
github.com/Masterminds/vcs v1.13.1 h1:NL3G1X7/7xduQtA2sJLpVpfHTNBALVNSjob6KEjPXNQ=
github.com/Masterminds/vcs v1.13.1/go.mod h1:N09YCmOQr6RLxC6UNHzuVwAdodYbbnycGHSmwVJjcKA=
github.com/dependabot/gomodules-extracted v0.0.0-20181020215834-1b2f850478a3 h1:Xj2leY0FVyZuo+p59vkIWG3dIqo+QtjskT5O1iTiywA=
github.com/dependabot/gomodules-extracted v0.0.0-20181020215834-1b2f850478a3/go.mod h1:+dRXSrUymjpT4yzKtn1QmeknT1S/yAHRr35en18dHp8=

0 comments on commit 341ef5c

Please sign in to comment.