Skip to content

Commit 4c2dc12

Browse files
build(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 1.27.1 (runfinch#963)
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) from 1.27.0 to 1.27.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/61ed6387c9b344f9ca3909afb5044cbca50be538"><code>61ed638</code></a> Release 2024-06-03</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/7aa6c91f8651b4e2a5612575b6788aeecbc3a4a8"><code>7aa6c91</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/69b45ee158b2ac1e7c461f40c05a7dcef5508130"><code>69b45ee</code></a> Update endpoints model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3f8909ddfc6633577adb1503c5135fe54b449581"><code>3f8909d</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/e3c589fcd2a958024cb698450c153a9ba866cebf"><code>e3c589f</code></a> add missing deprecation docs on global EndpointResolver interfaces (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2665">#2665</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/4d3e8fd5051e0eed88b3a36ef24bd82d8f3923f5"><code>4d3e8fd</code></a> fix s3 expected bucket owner presigning (<a href="https://redirect.github.com/aws/aws-sdk-go-v2/issues/2662">#2662</a>)</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/75ab304c25eba31c17317ed8a831f067d6504654"><code>75ab304</code></a> Release 2024-05-31</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/3e8a5ac27a5fbc28037c1d0e42fbfc837146529c"><code>3e8a5ac</code></a> Regenerated Clients</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/961e44ff88a6076da21a83e431c37c48575affd1"><code>961e44f</code></a> Update API model</li> <li><a href="https://github.com/aws/aws-sdk-go-v2/commit/5edcd299c38abe1b77535aef7a9b332b655efcb4"><code>5edcd29</code></a> Release 2024-05-30</li> <li>Additional commits viewable in <a href="https://github.com/aws/aws-sdk-go-v2/compare/v1.27.0...v1.27.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/aws/aws-sdk-go-v2&package-manager=go_modules&previous-version=1.27.0&new-version=1.27.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3921b00 commit 4c2dc12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/runfinch/finch
33
go 1.22.0
44

55
require (
6-
github.com/aws/aws-sdk-go-v2 v1.27.0
6+
github.com/aws/aws-sdk-go-v2 v1.27.1
77
github.com/docker/cli v26.1.3+incompatible
88
github.com/docker/docker v26.1.3+incompatible
99
github.com/golang/mock v1.6.0

Diff for: go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
22
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
3-
github.com/aws/aws-sdk-go-v2 v1.27.0 h1:7bZWKoXhzI+mMR/HjdMx8ZCC5+6fY0lS5tr0bbgiLlo=
4-
github.com/aws/aws-sdk-go-v2 v1.27.0/go.mod h1:ffIFB97e2yNsv4aTSGkqtHnppsIJzw7G7BReUZ3jCXM=
3+
github.com/aws/aws-sdk-go-v2 v1.27.1 h1:xypCL2owhog46iFxBKKpBcw+bPTX/RJzwNj8uSilENw=
4+
github.com/aws/aws-sdk-go-v2 v1.27.1/go.mod h1:ffIFB97e2yNsv4aTSGkqtHnppsIJzw7G7BReUZ3jCXM=
55
github.com/aws/smithy-go v1.20.2 h1:tbp628ireGtzcHDDmLT/6ADHidqnwgF57XOXZe6tp4Q=
66
github.com/aws/smithy-go v1.20.2/go.mod h1:krry+ya/rV9RDcV/Q16kpu6ypI4K2czasz0NC3qS14E=
77
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=

0 commit comments

Comments
 (0)