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

Chore: Use slices from standard library in promlib #98350

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

itsmylife
Copy link
Contributor

What is this feature?

Use slices from standard library instead of golang.org/x/exp/slices

@itsmylife itsmylife added type/chore no-backport Skip backport of PR no-changelog Skip including change in changelog/release notes labels Dec 23, 2024
@itsmylife itsmylife requested a review from kylebrandt December 23, 2024 00:45
@itsmylife itsmylife requested a review from a team as a code owner December 23, 2024 00:45
@github-actions github-actions bot added this to the 11.5.x milestone Dec 23, 2024
@@ -111,6 +110,7 @@ require (
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/goleak v1.3.0 // indirect
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't understand why it became an indirect dependency

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend no-backport Skip backport of PR no-changelog Skip including change in changelog/release notes type/chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant