You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the underlying gomodules-extracted code also changed significantly during the upstream 1.17 release.
So need to bump that to keep things in-sync... otherwise we may inadvertently get 1.16 behavior while thinking we are getting 1.17 behavior.
I opened a PR dependabot/gomodules-extracted#12 to update that repo. Once that's merged and a new release cut, will need to update here.
This code only uses two functions from gomodules-extracted:
github.com/dependabot/gomodules-extracted/cmd/go/_internal_/modfetch.Lookup ➡️ signature and behavior unchanged.
github.com/dependabot/gomodules-extracted/cmd/go/_internal_/modload.LoadModFile(context.Background()) ➡️ signature and behavior did change, so will need some tweaking here as part of pulling it in. Also, should check if LoadModGraph is a better fit.
The text was updated successfully, but these errors were encountered:
It's awesome that
go
1.17
landed in https://github.com/dependabot/dependabot-core/pull/4149/files#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557R170-R171.However, the underlying
gomodules-extracted
code also changed significantly during the upstream1.17
release.So need to bump that to keep things in-sync... otherwise we may inadvertently get
1.16
behavior while thinking we are getting1.17
behavior.I opened a PR dependabot/gomodules-extracted#12 to update that repo. Once that's merged and a new release cut, will need to update here.
This code only uses two functions from
gomodules-extracted
:github.com/dependabot/gomodules-extracted/cmd/go/_internal_/modfetch.Lookup
➡️ signature and behavior unchanged.github.com/dependabot/gomodules-extracted/cmd/go/_internal_/modload.LoadModFile(context.Background())
➡️ signature and behavior did change, so will need some tweaking here as part of pulling it in. Also, should check ifLoadModGraph
is a better fit.The text was updated successfully, but these errors were encountered: