From 9c790c2f2f1b580eb1dc79be0655844a7c59c5a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 02:38:50 +0000 Subject: [PATCH] build: bump github.com/aws/smithy-go from 1.27.7 to 1.27.8 in /sandboxd Bumps [github.com/aws/smithy-go](https://github.com/aws/smithy-go) from 1.27.7 to 1.27.8. - [Release notes](https://github.com/aws/smithy-go/releases) - [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/smithy-go/compare/v1.27.7...v1.27.8) --- updated-dependencies: - dependency-name: github.com/aws/smithy-go dependency-version: 1.27.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- sandboxd/go.mod | 2 +- sandboxd/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sandboxd/go.mod b/sandboxd/go.mod index bc3ac6fa..c872fb5c 100644 --- a/sandboxd/go.mod +++ b/sandboxd/go.mod @@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go-v2/config v1.32.36 github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.2.14 github.com/aws/aws-sdk-go-v2/service/s3 v1.105.0 - github.com/aws/smithy-go v1.27.7 + github.com/aws/smithy-go v1.27.8 github.com/cocoonstack/sandbox/protocol/wire v0.0.0-00010101000000-000000000000 github.com/google/nftables v0.3.0 github.com/hashicorp/memberlist v0.5.4 diff --git a/sandboxd/go.sum b/sandboxd/go.sum index 2cbd8618..07ad67e1 100644 --- a/sandboxd/go.sum +++ b/sandboxd/go.sum @@ -54,8 +54,8 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.38.5 h1:8xo1q9ttkYqMJ6vOXX67FPSp github.com/aws/aws-sdk-go-v2/service/ssooidc v1.38.5/go.mod h1:hbBeEUrZg6VddXYZpbKPyF0tl4XEnM+Dbx92RW3vmZI= github.com/aws/aws-sdk-go-v2/service/sts v1.45.5 h1:eQ5BtXDrPg2wK0AjtVPzeBhUpYPeqHE/ptiH7xJRGek= github.com/aws/aws-sdk-go-v2/service/sts v1.45.5/go.mod h1:f9ImhnOISY7BuTZLM8qHepCYnglHBVLk5wVzatmP++w= -github.com/aws/smithy-go v1.27.7 h1:Zgj5z4LfcDYoQIVk+n/yGdTkP/2y6ZT5vYxe0fp7bqE= -github.com/aws/smithy-go v1.27.7/go.mod h1:YE2RhdIuDbA5E5bTdciG9KrW3+TiEONeUWCqxX9i1Fc= +github.com/aws/smithy-go v1.27.8 h1:FR0dxZfIlV7Z8eh2iHfIofdunw382XsDV3Mxt9nUvRY= +github.com/aws/smithy-go v1.27.8/go.mod h1:YE2RhdIuDbA5E5bTdciG9KrW3+TiEONeUWCqxX9i1Fc= github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=