From e69eae276e5f485c6066104d1c53a5de09e03c91 Mon Sep 17 00:00:00 2001 From: Damian Debkowski Date: Tue, 10 Dec 2024 15:50:46 -0800 Subject: [PATCH] chore(plugins): update aws plugin version --- plugins/boundary/mains/aws/go.mod | 2 +- plugins/boundary/mains/aws/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/boundary/mains/aws/go.mod b/plugins/boundary/mains/aws/go.mod index e96ecef430..13da57b5db 100644 --- a/plugins/boundary/mains/aws/go.mod +++ b/plugins/boundary/mains/aws/go.mod @@ -3,7 +3,7 @@ module github.com/hashicorp/boundary/plugins/boundary/mains/aws go 1.23.3 require ( - github.com/hashicorp/boundary-plugin-aws v0.4.1 + github.com/hashicorp/boundary-plugin-aws v0.4.2 github.com/hashicorp/boundary/sdk v0.0.49 ) diff --git a/plugins/boundary/mains/aws/go.sum b/plugins/boundary/mains/aws/go.sum index db0c86dfea..0b1afd0188 100644 --- a/plugins/boundary/mains/aws/go.sum +++ b/plugins/boundary/mains/aws/go.sum @@ -67,8 +67,8 @@ github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/hashicorp/boundary-plugin-aws v0.4.1 h1:I64eZcRLhndx5PnuaCFNt9B30Bb0c9WV1S+HaZzBHhE= -github.com/hashicorp/boundary-plugin-aws v0.4.1/go.mod h1:LLNJ6K149OTGteink8xatHKsWohT1cZ8lqLM0kfGolQ= +github.com/hashicorp/boundary-plugin-aws v0.4.2 h1:qPBl61Oow/f8UZLeXYqrxsq1ggeLmqepeM/9VwRzRYI= +github.com/hashicorp/boundary-plugin-aws v0.4.2/go.mod h1:iDTNMMJ7mfmaWSUIML65uphXTUJYNRbm683exxQ/x7w= github.com/hashicorp/boundary/sdk v0.0.49 h1:XOb6mSKyrU/wI20+5xTYBHQUP7eIeKcLxKSCpCs4yzM= github.com/hashicorp/boundary/sdk v0.0.49/go.mod h1:IHP79to8aIi22FiY58pgBqJL96/U9D8ZAUhS2DdC+Us= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=