Commit 95c7b30 1 parent 6bda681 commit 95c7b30 Copy full SHA for 95c7b30
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/hashicorp/boundary-plugin-aws
2
2
3
- go 1.21
3
+ go 1.23.3
4
4
5
5
require (
6
6
github.com/aws/aws-sdk-go-v2 v1.20.1
@@ -11,7 +11,7 @@ require (
11
11
github.com/aws/smithy-go v1.14.1
12
12
github.com/google/go-cmp v0.6.0
13
13
github.com/google/uuid v1.4.0
14
- github.com/hashicorp/boundary/sdk v0.0.43-0.20240717182311-a20aae98794a
14
+ github.com/hashicorp/boundary/sdk v0.0.49
15
15
github.com/hashicorp/go-multierror v1.1.1
16
16
github.com/hashicorp/go-secure-stdlib/awsutil/v2 v2.0.0
17
17
github.com/hashicorp/terraform-json v0.14.0
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ github.com/google/uuid v1.4.0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4=
80
80
github.com/google/uuid v1.4.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
81
81
github.com/hashicorp/boundary/sdk v0.0.43-0.20240717182311-a20aae98794a h1:SwVze6sYE5o+J9qdcgj29auY1k6O8oSo9DC2+2Gb9rw =
82
82
github.com/hashicorp/boundary/sdk v0.0.43-0.20240717182311-a20aae98794a /go.mod h1:9iOT7kDM6mYcSkKxNuZlv8rP7U5BG1kXoevjLLL8lNQ =
83
+ github.com/hashicorp/boundary/sdk v0.0.49 h1:XOb6mSKyrU/wI20+5xTYBHQUP7eIeKcLxKSCpCs4yzM =
84
+ github.com/hashicorp/boundary/sdk v0.0.49 /go.mod h1:IHP79to8aIi22FiY58pgBqJL96/U9D8ZAUhS2DdC+Us =
83
85
github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
84
86
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I =
85
87
github.com/hashicorp/errwrap v1.1.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
You can’t perform that action at this time.
0 commit comments