Skip to content

Commit

Permalink
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/glue to…
Browse files Browse the repository at this point in the history
… v1.37.0 (#5216)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/aws/aws-sdk-go-v2/service/glue](https://togithub.com/aws/aws-sdk-go-v2) | require | minor | `v1.36.0` -> `v1.37.0` |

---

### Release Notes

<details>
<summary>aws/aws-sdk-go-v2</summary>

### [`v1.37.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/glue/v1.36.0...service/glue/v1.37.0)

[Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/glue/v1.36.0...service/glue/v1.37.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMi4xIiwidXBkYXRlZEluVmVyIjoiMzQuMTIuMSJ9-->
  • Loading branch information
cq-bot committed Dec 1, 2022
1 parent fcecd6e commit a2f9b30
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 3 deletions.
180 changes: 180 additions & 0 deletions plugins/source/aws/client/mocks/glue.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions plugins/source/aws/client/services/glue.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/source/aws/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.26 // indirect
github.com/aws/aws-sdk-go-v2/service/athena v1.20.0
github.com/aws/aws-sdk-go-v2/service/backup v1.18.0
github.com/aws/aws-sdk-go-v2/service/glue v1.36.0
github.com/aws/aws-sdk-go-v2/service/glue v1.37.0
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.10 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.19 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.19 // indirect
Expand Down
4 changes: 2 additions & 2 deletions plugins/source/aws/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ github.com/aws/aws-sdk-go-v2/service/fsx v1.26.0 h1:ZV1YepH1QBaJFK0L6pDWYJ5y76/i
github.com/aws/aws-sdk-go-v2/service/fsx v1.26.0/go.mod h1:dOw+yZ4MsogGQIWd7z6jNb0Q9aSlSeTy3EZWKDGT/dM=
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.19 h1:M86KFP3/fdzc6K086dQBXQt33b2MgJm0NrS1rpTiPTc=
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.19/go.mod h1:7MGK06cTuL6BJFSBxohZpSRmAMqwboOZeaV9ryxYU1k=
github.com/aws/aws-sdk-go-v2/service/glue v1.36.0 h1:6bQ8cTnrOJ2U/xrAfYnXxhzJMqnOnpq+6+RZgil2Frc=
github.com/aws/aws-sdk-go-v2/service/glue v1.36.0/go.mod h1:kgD6fBlQEkhJlffBbS8SGYtpjboavr9e8B1ZouD84pY=
github.com/aws/aws-sdk-go-v2/service/glue v1.37.0 h1:7ahyJcG4iOJOeyGhnsuq0oD1OeNIrBbL0b1EOrLV19Y=
github.com/aws/aws-sdk-go-v2/service/glue v1.37.0/go.mod h1:kgD6fBlQEkhJlffBbS8SGYtpjboavr9e8B1ZouD84pY=
github.com/aws/aws-sdk-go-v2/service/guardduty v1.16.2 h1:vFH3aWKRKpFmW3Gr3i4PmzSHLAqfPiiieFgBmuquX2w=
github.com/aws/aws-sdk-go-v2/service/guardduty v1.16.2/go.mod h1:bJBlstzVX8emi2VkkOy5IEVSXLY3pB5LMaj3cGlMPWs=
github.com/aws/aws-sdk-go-v2/service/iam v1.18.23 h1:HOtW30EkfQevdv++mKguMyn8/agh1z2VuBGR4Hou/u8=
Expand Down

0 comments on commit a2f9b30

Please sign in to comment.