mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) from 1.18.16 to 1.18.18. - [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/config/v1.18.16...config/v1.18.18) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
359 B
Modula-2
13 lines
359 B
Modula-2
module github.com/gofiber/storage/dynamodb
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go-v2 v1.17.6
|
|
github.com/aws/aws-sdk-go-v2/config v1.18.18
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.13.17
|
|
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.18
|
|
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.1
|
|
github.com/gofiber/utils v1.0.1
|
|
)
|