Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[extension/extensionauth] extensionauth causes go mod tidy err on contrib #12520

Closed
jackgopack4 opened this issue Feb 27, 2025 · 0 comments · Fixed by #12521
Closed

[extension/extensionauth] extensionauth causes go mod tidy err on contrib #12520

jackgopack4 opened this issue Feb 27, 2025 · 0 comments · Fixed by #12521
Labels
bug Something isn't working

Comments

@jackgopack4
Copy link
Contributor

jackgopack4 commented Feb 27, 2025

Component(s)

No response

What happened?

Describe the bug
pseudoversion (v0.0.0-00010101000000-000000000000) on extensionauth and extensionauthtest causes go mod tidy to fail on contrib repo

Steps 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?

go: downloading go.opentelemetry.io/collector/extension/extensionauth v0.120.0
go: downloading go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest v0.0.0-00010101000000-000000000000
go: github.com/open-telemetry/opentelemetry-collector-contrib/extension/datadogfleetautomationextension imports
        go.opentelemetry.io/collector/config/confighttp imports
        go.opentelemetry.io/collector/extension/extensionauth: reading go.opentelemetry.io/collector/extension/extensionauth/go.mod at revision extension/extensionauth/v0.120.0: unknown revision extension/extensionauth/v0.120.0
go: github.com/open-telemetry/opentelemetry-collector-contrib/extension/datadogfleetautomationextension imports
        go.opentelemetry.io/collector/config/confighttp tested by
        go.opentelemetry.io/collector/config/confighttp.test imports
        go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest: go.opentelemetry.io/collector/extension/extensionauth/[email protected]: invalid version: unknown revision 000000000000

Collector version

v0.120.0

Environment information

Environment

OS: MacOS 15

Aditional Information

Might relate to work being done for #11006

@jackgopack4 jackgopack4 added the bug Something isn't working label Feb 27, 2025
github-merge-queue bot pushed a commit that referenced this issue Feb 27, 2025
…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.-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant