Files
storage/dynamodb/go.mod
dependabot[bot] caf28d82f7 Bump github.com/aws/aws-sdk-go-v2/credentials in /dynamodb (#431)
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2) from 1.12.10 to 1.12.11.
- [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/credentials/v1.12.10...credentials/v1.12.11)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 11:14:17 +02: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.16.9
github.com/aws/aws-sdk-go-v2/config v1.15.15
github.com/aws/aws-sdk-go-v2/credentials v1.12.11
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.10
github.com/gofiber/utils v0.1.2
)