Combine non-major Dependabot Go bumps#417
Merged
amishas157 merged 1 commit intorelease-v20260505from Apr 30, 2026
Merged
Conversation
Consolidates the open dependency bumps so reviewers don't have to chase near-identical Dependabot PRs. No major upgrades. Applied: - cloud.google.com/go/storage 1.42.0 -> 1.62.1 - github.com/lib/pq 1.10.9 -> 1.12.3 - github.com/sirupsen/logrus 1.9.3 -> 1.9.4 - github.com/spf13/cobra 1.7.0 -> 1.10.2 - github.com/spf13/viper 1.17.0 -> 1.21.0 - github.com/stellar/go-stellar-sdk pseudo -> 0.5.0 - go.opentelemetry.io/otel 1.39.0 -> 1.43.0 (PR #415 was 1.41.0; bumped to 1.43.0 because cloud.google.com/go/storage 1.62.1 requires it) Transitive bumps resolved by go mod tidy. Supersedes #409 and #415.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
amishas157
added a commit
that referenced
this pull request
May 5, 2026
Consolidates the open dependency bumps so reviewers don't have to chase near-identical Dependabot PRs. No major upgrades. Applied: - cloud.google.com/go/storage 1.42.0 -> 1.62.1 - github.com/lib/pq 1.10.9 -> 1.12.3 - github.com/sirupsen/logrus 1.9.3 -> 1.9.4 - github.com/spf13/cobra 1.7.0 -> 1.10.2 - github.com/spf13/viper 1.17.0 -> 1.21.0 - github.com/stellar/go-stellar-sdk pseudo -> 0.5.0 - go.opentelemetry.io/otel 1.39.0 -> 1.43.0 (PR #415 was 1.41.0; bumped to 1.43.0 because cloud.google.com/go/storage 1.62.1 requires it) Transitive bumps resolved by go mod tidy. Supersedes #409 and #415.
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.
Summary
Consolidates the open Dependabot Go bumps into one PR targeting `release-v20260505`. No major upgrades.
Applied
go mod tidyresolved transitive bumps consistent with what the source PRs proposed.Test plan
go build ./...cleango test ./internal/...and./cmd/...pass for allinternal/*packages (input, toid, transform, utils)cmdintegration tests fail with the same "binary not found" error on the baserelease-v20260505— pre-existing, not caused by these bumps; they require the built binary in PATHSupersedes #409 and #415 — close those once this is green.