From 09e9d482d994cb1111c9b4aaca2420d2d840a806 Mon Sep 17 00:00:00 2001 From: Self-hosted Renovate Bot <141540558+renovate-for-tknetworks[bot]@users.noreply.github.enterprise.com> Date: Sat, 23 Mar 2024 06:13:03 +0000 Subject: [PATCH] fix(deps): update module github.com/nabeken/aws-go-dynamodb to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 11df5ad..d88349a 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/aws/aws-sdk-go-v2/feature/dynamodb/expression v1.7.11 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.31.0 github.com/aws/smithy-go v1.20.1 - github.com/nabeken/aws-go-dynamodb v1.0.2 + github.com/nabeken/aws-go-dynamodb/v2 v2.1.1 github.com/stretchr/testify v1.9.0 )