Files
storage/dynamodb/go.mod
dependabot[bot] 6c27f7f186 Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
Bumps [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) from 1.10.2 to 1.10.3.
- [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.10.2...config/v1.10.3)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-11 07:59:07 +00:00

13 lines
358 B
Modula-2

module github.com/gofiber/storage/dynamodb
go 1.14
require (
github.com/aws/aws-sdk-go-v2 v1.17.1
github.com/aws/aws-sdk-go-v2/config v1.17.11
github.com/aws/aws-sdk-go-v2/credentials v1.12.24
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.3
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.4
github.com/gofiber/utils v1.0.1
)