Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

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

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://togithub.com/aws/aws-sdk-go-v2) | require | patch | `v1.15.8` -> `v1.15.9` |

---

### Release Notes

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

### [`v1.15.9`](https://togithub.com/aws/aws-sdk-go-v2/compare/service/dynamodb/v1.15.8...service/dynamodb/v1.15.9)

[Compare Source](https://togithub.com/aws/aws-sdk-go-v2/compare/service/dynamodb/v1.15.8...service/dynamodb/v1.15.9)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (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, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
  • Loading branch information
cq-bot committed Jul 25, 2022
1 parent 5a4b29f commit af3b414
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.20.0
github.com/aws/aws-sdk-go-v2/service/dax v1.11.8
github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.7
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.8
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9
github.com/aws/aws-sdk-go-v2/service/ec2 v1.47.1
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.7
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.10
Expand Down Expand Up @@ -107,7 +107,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/athena v1.16.0
github.com/aws/aws-sdk-go-v2/service/backup v1.16.3
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.3 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.7 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.8 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.8 // indirect
github.com/aws/aws-sdk-go-v2/service/shield v1.16.7
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ github.com/aws/aws-sdk-go-v2/service/dax v1.11.8 h1:iOGDTNDL1FHLsVPtkn3kbjkmvyCa
github.com/aws/aws-sdk-go-v2/service/dax v1.11.8/go.mod h1:5jJ1RC1p4xEUKfjWMQZPu1pAWkitpoDXHu8g/GAf6B4=
github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.7 h1:9luaaN+4Y9MdBB3TPefCk0Ybj7Wdn7JqMsMAyRYVhrU=
github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.7/go.mod h1:zHiwUQhQgrdRAK/WgbA84GRL+XRimQc0KKE752cIxBk=
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.8 h1:0m2ypTB6pizsq1m88Gp6P5iBGNrmnri1XA0lVjASz8o=
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.8/go.mod h1:tf3T9XDdjTc1Doq/YK00euJZF91Wr3ddnnzscTB1ne4=
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9 h1:QTPDno4J5TyfpPi3dqCZpD+y7wbHtHhUQwnNGUHUGvg=
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9/go.mod h1:Req/32OLRbXpPX5TxHkwf2Ln9qclJCV6n1S7v0v+FWo=
github.com/aws/aws-sdk-go-v2/service/ec2 v1.47.1 h1:JcIbETcqzxsfxzVT6/yzygaDElovwoPStEJJGimH+fQ=
github.com/aws/aws-sdk-go-v2/service/ec2 v1.47.1/go.mod h1:Wk14yBmbXjBZfzPv0acjHTBNNzXWFJNKIUm84dMGWj4=
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.7 h1:ncb8UJpM14It+p3DFlOWMDGG61qKycCgt3NoZMF5Bww=
Expand Down Expand Up @@ -230,8 +230,8 @@ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.3 h1:4n4KCtv5
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.3/go.mod h1:gkb2qADY+OHaGLKNTYxMaQNacfeyQpZ4csDTQMeFmcw=
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.9 h1:gVv2vXOMqJeR4ZHHV32K7LElIJIIzyw/RU1b0lSfWTQ=
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.9/go.mod h1:EF5RLnD9l0xvEWwMRcktIS/dI6lF8lU5eV3B13k6sWo=
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.7 h1:/YYHhDnk6y1WmMV1g35z+9ODLwD0LRp80kyzEQxHezI=
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.7/go.mod h1:rjOS6nqQaNSYzJz8w8lHY4n2VEbm7GLKXj9RERKcQac=
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.8 h1:x4I8/XPnHOV+1BzZfaqRb8QfrY6AK7bKmEbHVwyctXo=
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.8/go.mod h1:xfchFk5f70DzZZaH/QYaqMLF+PDH/fg7gGbkIeeaMJM=
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.0.6/go.mod h1:L0KWr0ASo83PRZu9NaZaDsw3koS6PspKv137DMDZjHo=
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.1/go.mod h1:2+ehJPkdIdl46VCj67Emz/EH2hpebHZtaLdzqg+sWOI=
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.7/go.mod h1:HvVdEh/x4jsPBsjNvDy+MH3CDCPy4gTZEzFe2r4uJY8=
Expand Down

0 comments on commit af3b414

Please sign in to comment.