The internals of Go modules, extracted from golang/go. All
occurrences of internal
in import paths have been rewritten to _internal_
, which makes
these packages importable, but everything is otherwise unchanged.
This code was originally used in dependabot-core
, but that was removed by dependabot/dependabot-core#4434.
Run script/extract
.