From d3507579facf766487cc040de77357992f7831ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 15:39:44 +0000 Subject: [PATCH] build(deps): bump github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream Bumps [github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream](https://github.com/aws/aws-sdk-go-v2) from 1.7.7 to 1.7.8. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/m2/v1.7.7...service/m2/v1.7.8) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream dependency-version: 1.7.8 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- compatibility-tests/sdk-test-go/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatibility-tests/sdk-test-go/go.mod b/compatibility-tests/sdk-test-go/go.mod index 98ae6e7b..e78fcdc7 100644 --- a/compatibility-tests/sdk-test-go/go.mod +++ b/compatibility-tests/sdk-test-go/go.mod @@ -23,7 +23,7 @@ require ( ) require ( - github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.7 // indirect + github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 // indirect github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.20 // indirect github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21 // indirect github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21 // indirect