Skip to content

Commit 06fbcfc

Browse files
build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.32.7 to 1.32.8
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.32.7 to 1.32.8. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json) - [Commits](aws/aws-sdk-go-v2@v1.32.7...v1.32.8) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c960db3 commit 06fbcfc

File tree

2 files changed

+13
-85
lines changed

2 files changed

+13
-85
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/backup-blob/zfs-backup-blob
33
go 1.23.4
44

55
require (
6-
github.com/aws/aws-sdk-go-v2 v1.32.7
6+
github.com/aws/aws-sdk-go-v2 v1.32.8
77
github.com/aws/aws-sdk-go-v2/config v1.28.7
88
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.45
99
github.com/aws/aws-sdk-go-v2/service/s3 v1.72.0
@@ -23,6 +23,7 @@ require (
2323

2424
require (
2525
dario.cat/mergo v1.0.1 // indirect
26+
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
2627
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
2728
github.com/Microsoft/go-winio v0.6.2 // indirect
2829
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
@@ -41,7 +42,6 @@ require (
4142
github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect
4243
github.com/aws/smithy-go v1.22.1 // indirect
4344
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
44-
github.com/containerd/containerd v1.7.24 // indirect
4545
github.com/containerd/log v0.1.0 // indirect
4646
github.com/containerd/platforms v0.2.1 // indirect
4747
github.com/cpuguy83/dockercfg v0.3.2 // indirect
@@ -100,11 +100,14 @@ require (
100100
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
101101
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
102102
go.opentelemetry.io/otel v1.33.0 // indirect
103+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 // indirect
103104
go.opentelemetry.io/otel/metric v1.33.0 // indirect
105+
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
104106
go.opentelemetry.io/otel/trace v1.33.0 // indirect
105107
golang.org/x/crypto v0.31.0 // indirect
106108
golang.org/x/net v0.33.0 // indirect
107109
golang.org/x/sys v0.29.0 // indirect
108110
golang.org/x/text v0.21.0 // indirect
109111
golang.org/x/time v0.9.0 // indirect
112+
google.golang.org/protobuf v1.33.0 // indirect
110113
)

0 commit comments

Comments
 (0)