mirror of
https://github.com/gofiber/storage.git
synced 2025-10-27 10:21:20 +08:00
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) from 1.8.3 to 1.9.0. - [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.8.3...v1.9.0) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13 lines
355 B
Modula-2
13 lines
355 B
Modula-2
module github.com/gofiber/storage/dynamodb
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go-v2 v1.16.2
|
|
github.com/aws/aws-sdk-go-v2/config v1.15.3
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.11.2
|
|
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.0
|
|
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.3
|
|
github.com/gofiber/utils v0.1.2
|
|
)
|