mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) from 1.11.26 to 1.11.27. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/feature/s3/manager/v1.11.26...feature/s3/manager/v1.11.27) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
334 B
Modula-2
13 lines
334 B
Modula-2
module github.com/gofiber/storage/s3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go-v2 v1.16.11
|
|
github.com/aws/aws-sdk-go-v2/config v1.17.1
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.12.14
|
|
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.27
|
|
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.5
|
|
github.com/gofiber/utils v0.1.2
|
|
)
|