From 84825fd88870a43016daba39789ac32fa0498cc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 05:34:09 +0000 Subject: [PATCH] chore(deps): bump github.com/nmccready/aws-sdk-go-v2-ifaces Bumps the all-dependencies group with 1 update: [github.com/nmccready/aws-sdk-go-v2-ifaces](https://github.com/nmccready/aws-sdk-go-v2-ifaces). Updates `github.com/nmccready/aws-sdk-go-v2-ifaces` from 0.1.13 to 0.1.17 - [Release notes](https://github.com/nmccready/aws-sdk-go-v2-ifaces/releases) - [Changelog](https://github.com/nmccready/aws-sdk-go-v2-ifaces/blob/main/CHANGELOG.md) - [Commits](https://github.com/nmccready/aws-sdk-go-v2-ifaces/compare/v0.1.13...v0.1.17) --- updated-dependencies: - dependency-name: github.com/nmccready/aws-sdk-go-v2-ifaces dependency-version: 0.1.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 9372ef7..a099a67 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24 require ( github.com/aws/aws-sdk-go-v2/config v1.32.7 github.com/aws/aws-sdk-go-v2/service/kms v1.49.5 - github.com/nmccready/aws-sdk-go-v2-ifaces v0.1.13 + github.com/nmccready/aws-sdk-go-v2-ifaces v0.1.17 github.com/nmccready/go-debug v0.5.0 )