chore(deps): consolidate minor/patch dependency updates (2026-08-21) - #4048
Open
Umang01-hash wants to merge 1 commit into
Open
chore(deps): consolidate minor/patch dependency updates (2026-08-21)#4048Umang01-hash wants to merge 1 commit into
Umang01-hash wants to merge 1 commit into
Conversation
Combines 64 individual Dependabot PRs (root + 26 pkg submodules + 2 examples) into one. Only go.mod / go.sum / go.work.sum are touched — no source, no binaries. Every manifest is reproduced by 'go mod tidy' (nothing hand-edited); all pkg/ submodules pass 'go mod tidy -diff'. Headline updates: - github.com/stretchr/testify 1.11.1 -> 1.12.1 (30 modules) - go.opentelemetry.io/otel/trace 1.44.0 -> 1.45.0 (19 modules) - github.com/aws/aws-sdk-go-v2/service/dynamodb 1.60.1 -> 1.63.3 - github.com/aws/aws-sdk-go-v2/service/sqs 1.45.1 -> 1.46.6 - github.com/nats-io/nats.go 1.52.0 -> 1.53.1 - github.com/Azure/azure-sdk-for-go/sdk/azcore 1.22.0 -> 1.23.0 - github.com/godror/godror 0.51.0 -> 0.51.4 - github.com/elastic/go-elasticsearch/v8 8.19.6 -> 8.19.7 - github.com/pkg/sftp 1.13.10 -> 1.13.11 redis/go-redis (#3987) is excluded — it needs a mock regeneration and ships in its own PR. Closes: #3981 #3982 #3983 #3984 #3985 #3986 #3988 #3989 #3991 #3992 #3993 #3994 #3995 #3996 #3997 #3998 #3999 #4000 #4001 #4002 #4003 #4004 #4005 #4006 #4007 #4008 #4009 #4010 #4011 #4012 #4013 #4014 #4015 #4016 #4017 #4018 #4019 #4020 #4021 #4022 #4023 #4024 #4025 #4026 #4027 #4028 #4029 #4030 #4031 #4032 #4033 #4034 #4035 #4036 #4037 #4038 #4039 #4040 #4041 #4042 #4043 #4044 #4045 #4046 Co-Authored-By: claude-flow <ruv@ruv.net>
This was referenced Aug 21, 2026
This was referenced Aug 21, 2026
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.
Consolidated Dependabot updates (minor/patch)
Combines 64 individual Dependabot PRs (root module + 26
pkg/submodules + 2 examples) into one. Onlygo.mod/go.sum/go.work.sumare touched — no source, no binaries. Every manifest is reproduced bygo mod tidy(nothing hand-edited).Headline updates
Transitives moved along by
tidy(e.g.go-logr/logr1.4.3→1.4.4,stretchr/objx0.5.2→0.5.3,x/net,x/text).Verification done locally
go mod tidy -diffclean on allpkg/submodules (matches the CI tidiness gate).go build ./...green on root + all 26pkg/library modules;go vetgreen on the two example modules.go.mod/go.sum/go.work.sumin the diff — no source, no compiled binaries.Not included here
BLMoveMtoredis.Cmdable, which GoFr'sRedisinterface embeds, so the generated mock needs regeneration. Ships in its own PR.using-cloudsql,using-gcp-metrics,metrics/exporters/gcp) were intentionally left untouched to keep this diff scoped to the actual PRs.Closes
#3981 #3982 #3983 #3984 #3985 #3986 #3988 #3989 #3991 #3992 #3993 #3994 #3995 #3996 #3997 #3998 #3999 #4000 #4001 #4002 #4003 #4004 #4005 #4006 #4007 #4008 #4009 #4010 #4011 #4012 #4013 #4014 #4015 #4016 #4017 #4018 #4019 #4020 #4021 #4022 #4023 #4024 #4025 #4026 #4027 #4028 #4029 #4030 #4031 #4032 #4033 #4034 #4035 #4036 #4037 #4038 #4039 #4040 #4041 #4042 #4043 #4044 #4045 #4046
🤖 Generated with claude-flow