Skip to content

chore(deps): consolidate minor/patch dependency updates (2026-08-21) - #4048

Open
Umang01-hash wants to merge 1 commit into
developmentfrom
deps/minor-updates-2026-08-21
Open

chore(deps): consolidate minor/patch dependency updates (2026-08-21)#4048
Umang01-hash wants to merge 1 commit into
developmentfrom
deps/minor-updates-2026-08-21

Conversation

@Umang01-hash

Copy link
Copy Markdown
Member

Consolidated Dependabot updates (minor/patch)

Combines 64 individual Dependabot PRs (root module + 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).

Headline updates

Package Old New Scope
github.com/stretchr/testify 1.11.1 1.12.1 30 modules
go.opentelemetry.io/otel/trace (+ otel/otel, metric) 1.44.0 1.45.0 19 modules
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.60.1 1.63.3 root, kv-store/dynamodb
github.com/aws/aws-sdk-go-v2/service/sqs 1.45.1 1.46.6 root, pubsub/sqs
github.com/nats-io/nats.go 1.52.0 1.53.1 root, kv-store/nats, pubsub/nats
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.22.0 1.23.0 file/azure, pubsub/eventhub
github.com/godror/godror 0.51.0 0.51.4 oracle
github.com/elastic/go-elasticsearch/v8 8.19.6 8.19.7 root, elasticsearch
github.com/pkg/sftp 1.13.10 1.13.11 root, file/sftp

Transitives moved along by tidy (e.g. go-logr/logr 1.4.3→1.4.4, stretchr/objx 0.5.2→0.5.3, x/net, x/text).

Verification done locally

  • go mod tidy -diff clean on all pkg/ submodules (matches the CI tidiness gate).
  • go build ./... green on root + all 26 pkg/ library modules; go vet green on the two example modules.
  • ✅ Guard: only go.mod/go.sum/go.work.sum in the diff — no source, no compiled binaries.

Not included here

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant