Skip to content

Commit

Permalink
Merge pull request #41243 from hashicorp/deps-hashicorp/aws-sdk-go-base
Browse files Browse the repository at this point in the history
Latest `aws-sdk-go-base` and `aws-sdk-go-v2` modules
  • Loading branch information
ewbankkit authored Feb 5, 2025
2 parents d3cf224 + b70c14c commit 0de671e
Show file tree
Hide file tree
Showing 7 changed files with 564 additions and 561 deletions.
3 changes: 3 additions & 0 deletions .changelog/41243.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
provider: Support `us-isof-east-1` and `us-isof-south-1` as valid AWS Regions
```
186 changes: 93 additions & 93 deletions go.mod

Large diffs are not rendered by default.

372 changes: 186 additions & 186 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion skaff/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.61 // indirect
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.62 // indirect
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions skaff/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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/aws-sdk-go-base/v2 v2.0.0-beta.61 h1:mkIZ5vMjhhQWMbujAXQtV0moydDR4j7SnqraRrZskXg=
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.61/go.mod h1:0PBKbjwH4rih2QXmO+8rtgQuVvwlgfqDLEDa1yezohg=
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.62 h1:gZvwm6umNtCdZxD+H7my06k4wo6PQLgVwwilZIwWlyM=
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.62/go.mod h1:I/S6699SKgH+TrDK7Y+pmTTzajLulyUbKYb/ngj64UA=
github.com/hashicorp/hcl/v2 v2.23.0 h1:Fphj1/gCylPxHutVSEOf2fBOh1VE4AuLV7+kbJf3qos=
github.com/hashicorp/hcl/v2 v2.23.0/go.mod h1:62ZYHrXgPoX8xBnzl8QzbWq4dyDsDtfCRgIq1rbJEvA=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
Expand Down
186 changes: 93 additions & 93 deletions tools/tfsdk2fw/go.mod

Large diffs are not rendered by default.

372 changes: 186 additions & 186 deletions tools/tfsdk2fw/go.sum

Large diffs are not rendered by default.

0 comments on commit 0de671e

Please sign in to comment.