Skip to content

Commit

Permalink
Merge pull request #3576 from jeffwidman/cleanup-go-mod-for-helpers
Browse files Browse the repository at this point in the history
Cleanup go.mod handling of helpers
  • Loading branch information
thepwagner committed Apr 28, 2021
2 parents 05a2faf + dbae35d commit 3dffae3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions go_modules/helpers/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ go 1.13

require (
github.com/Masterminds/vcs v1.13.1
github.com/dependabot/dependabot-core/go_modules/helpers/updater v0.0.0
github.com/dependabot/gomodules-extracted v1.2.0
golang.org/x/mod v0.4.2
)

replace github.com/dependabot/dependabot-core/go_modules/helpers/importresolver => ./importresolver

replace github.com/dependabot/dependabot-core/go_modules/helpers/updater => ./updater

replace github.com/dependabot/dependabot-core/go_modules/helpers/updatechecker => ./updatechecker
1 change: 0 additions & 1 deletion go_modules/helpers/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
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/go.mod h1:+dRXSrUymjpT4yzKtn1QmeknT1S/yAHRr35en18dHp8=
github.com/dependabot/gomodules-extracted v1.2.0 h1:K/gTyOyhasOt4cjULvOPNiD3MAFGytp4F7e39aB+0Y0=
github.com/dependabot/gomodules-extracted v1.2.0/go.mod h1:3NWkH8KcZVDM87JuZI8hCZzYbjfUSz98EZI53qjgMgY=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
Expand Down
3 changes: 0 additions & 3 deletions go_modules/helpers/updater/go.mod

This file was deleted.

2 changes: 0 additions & 2 deletions go_modules/helpers/updater/go.sum

This file was deleted.

0 comments on commit 3dffae3

Please sign in to comment.