chore: update indirect dependencies in go.mod and go.sum (golang1.25.4)#351
Merged
chore: update indirect dependencies in go.mod and go.sum (golang1.25.4)#351
Conversation
a63999d to
336f6ee
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates dependency versions in the
go.modfile to keep the project up-to-date with upstream releases and security fixes. The changes involve both direct and indirect dependencies, primarily focusing on minor and patch version bumps for libraries related to gRPC, Google Cloud, OpenTelemetry, and various linting and utility tools.Dependency version upgrades:
google.golang.org/grpcfrom v1.76.0 to v1.77.0 for improved gRPC support.cloud.google.com/go/auth,cloud.google.com/go/compute/metadata,go.opentelemetry.io/auto/sdk, andgo.opentelemetry.io/otel/sdk/metricto newer versions for enhanced cloud integration and telemetry features. [1] [2]github.com/golangci/golangci-lint/v2,github.com/bombsimon/wsl/v5, andgithub.com/charithe/durationcheckto their latest releases, improving code quality checks. [1] [2]github.com/go-openapi/spec,github.com/prometheus/common, andgithub.com/prometheus/procfsfor better API and metrics support. [1] [2]github.com/clipperhouse/uax29/v2,github.com/nats-io/nkeys, andmvdan.cc/unparamto address bug fixes and minor improvements. [1] [2] [3]Minor code cleanup:
nolint:goseccomment inpkg/postgres/postgres.gorelated to integer conversion, as the conversion is safe.