Skip to content

Commit

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

This PR contains the following updates:

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

---

### Release Notes

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

### [`v1.20.0`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/athena/v1.19.1...service/athena/v1.20.0)

[Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/athena/v1.19.1...service/athena/v1.20.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 a2a1636 commit fcecd6e
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 3 deletions.
240 changes: 240 additions & 0 deletions plugins/source/aws/client/mocks/athena.go

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

12 changes: 12 additions & 0 deletions plugins/source/aws/client/services/athena.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 @@ -127,7 +127,7 @@ require (
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.25 // indirect
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.19 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.26 // indirect
github.com/aws/aws-sdk-go-v2/service/athena v1.19.1
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/internal/accept-encoding v1.9.10 // indirect
Expand Down

0 comments on commit fcecd6e

Please sign in to comment.