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
…12521)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
pins newly created modules to existing version
<!-- Issue number if applicable -->
#### Link to tracking issue
Fixes#12520, relates to #12462
<!--Describe what testing was performed and which tests were added.-->
#### Testing
existing testing framework
<!--Describe the documentation added.-->
#### Documentation
none, no api or user-facing changes
<!--Please delete paragraphs that you did not use before submitting.-->
Component(s)
No response
What happened?
Describe the bug
pseudoversion (v0.0.0-00010101000000-000000000000) on
extensionauth
andextensionauthtest
causes go mod tidy to fail on contrib repoSteps to reproduce
create a fork of contrib, modify dependencies on a component that requires confighttp, run
go mod tidy -compat=1.22.0
What did you expect to see?
go mod tidy runs successfully
What did you see instead?
Collector version
v0.120.0
Environment information
Environment
OS: MacOS 15
Aditional Information
Might relate to work being done for #11006
The text was updated successfully, but these errors were encountered: