Skip to content

Commit

Permalink
Remove unused requires of deleted go native helper functionality
Browse files Browse the repository at this point in the history
Over the past couple of years, we've significantly thinned out the `go`
native helper functionality in favor of leveraging `go mod` CLI.

I'm reasonably confident we've removed the ruby calls in these two files
to the native helper, so this removes the orphaned/leftover `require`
statements.
  • Loading branch information
jeffwidman committed Dec 16, 2023
1 parent 89ebc55 commit b4c3711
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require "dependabot/errors"
require "dependabot/logger"
require "dependabot/go_modules/file_updater"
require "dependabot/go_modules/native_helpers"
require "dependabot/go_modules/replace_stubber"
require "dependabot/go_modules/resolvability_errors"

Expand Down
1 change: 0 additions & 1 deletion go_modules/lib/dependabot/go_modules/update_checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
require "dependabot/update_checkers/base"
require "dependabot/shared_helpers"
require "dependabot/errors"
require "dependabot/go_modules/native_helpers"
require "dependabot/go_modules/version"

module Dependabot
Expand Down

0 comments on commit b4c3711

Please sign in to comment.