Skip to content

Commit 69fdaef

Browse files
authored
fix(deps): Update module github.com/aws/aws-sdk-go-v2/service/athena to v1.20.1 (#5309)
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 | patch | `v1.20.0` -> `v1.20.1` | --- ### Release Notes <details> <summary>aws/aws-sdk-go-v2</summary> ### [`v1.20.1`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/athena/v1.20.0...service/athena/v1.20.1) [Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/athena/v1.20.0...service/athena/v1.20.1) </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:eyJjcmVhdGVkSW5WZXIiOiIzNC40Mi4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDIuMCJ9-->
1 parent 28aadc7 commit 69fdaef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.26 // indirect
128128
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.20 // 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.20.0
130+
github.com/aws/aws-sdk-go-v2/service/athena v1.20.1
131131
github.com/aws/aws-sdk-go-v2/service/backup v1.18.0
132132
github.com/aws/aws-sdk-go-v2/service/glue v1.37.0
133133
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.10 // indirect

plugins/source/aws/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ github.com/aws/aws-sdk-go-v2/service/appstream v1.18.0 h1:LySYOeIGXIN2njdErOD+36
7575
github.com/aws/aws-sdk-go-v2/service/appstream v1.18.0/go.mod h1:2XZNUmmIyd+XvEOOmgFi3r7/n3g3Cs4qLWg3ov+KhKs=
7676
github.com/aws/aws-sdk-go-v2/service/appsync v1.16.0 h1:E5yjta31PRKAuBo+h0zyN6A65AasPLwNSl6AIXKcjNQ=
7777
github.com/aws/aws-sdk-go-v2/service/appsync v1.16.0/go.mod h1:2msMzklr25bWQhF9Npt2Ojkipy7WY0Q9i5a8NUg+x9Q=
78-
github.com/aws/aws-sdk-go-v2/service/athena v1.20.0 h1:MGV2a1cU6/ApYURYsGSQoDCZC3MqOHa6W8Z6/uXFVLg=
79-
github.com/aws/aws-sdk-go-v2/service/athena v1.20.0/go.mod h1:e5HMOK5cxCNAl7x7qlXg018w98r7gGYeoV+8Hn74ZMI=
78+
github.com/aws/aws-sdk-go-v2/service/athena v1.20.1 h1:2Gpme7cgkm4CK2cQCd1t379NfPuBuLOkV8LxBH+66GE=
79+
github.com/aws/aws-sdk-go-v2/service/athena v1.20.1/go.mod h1:W+JdcCDJNU70E3XhlFqgOGzBL7r5aaqAmOIlAMwCUR0=
8080
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.3 h1:VnxU0zK4CNqsy1GiBz/UcWl9J6Qd6YrY34lT+/9Pzsk=
8181
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.3/go.mod h1:1ioJeG7kmYYuqmA8Wsh5AXwjPn9mRKL6F8OOwt/uyBQ=
8282
github.com/aws/aws-sdk-go-v2/service/backup v1.18.0 h1:pJqREyLFWSKeunO4gfbx4DZGo/DCNfUJA0KknZnSJQ0=

0 commit comments

Comments
 (0)