From 1744bfab864de37b481aa478d448b84187951bd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:55:36 +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.17 to 0.1.23 - [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.17...v0.1.23) --- updated-dependencies: - dependency-name: github.com/nmccready/aws-sdk-go-v2-ifaces dependency-version: 0.1.23 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 a099a67..868ca78 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.17 + github.com/nmccready/aws-sdk-go-v2-ifaces v0.1.23 github.com/nmccready/go-debug v0.5.0 )