Skip to content

Commit fcecd6e

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/athena 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-->
1 parent a2a1636 commit fcecd6e

4 files changed

Lines changed: 255 additions & 3 deletions

File tree

plugins/source/aws/client/mocks/athena.go

Lines changed: 240 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/source/aws/client/services/athena.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/source/aws/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ require (
127127
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.25 // indirect
128128
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.19 // indirect
129129
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.26 // indirect
130-
github.com/aws/aws-sdk-go-v2/service/athena v1.19.1
130+
github.com/aws/aws-sdk-go-v2/service/athena v1.20.0
131131
github.com/aws/aws-sdk-go-v2/service/backup v1.18.0
132132
github.com/aws/aws-sdk-go-v2/service/glue v1.36.0
133133
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.10 // indirect

0 commit comments

Comments
 (0)