Skip to content

Commit 728a89b

Browse files
Bump github.com/minio/minio-go/v7 from 7.0.81 to 7.0.82 in the all group (#22)
Bumps the all group with 1 update: [github.com/minio/minio-go/v7](https://github.com/minio/minio-go). Updates `github.com/minio/minio-go/v7` from 7.0.81 to 7.0.82 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/minio/minio-go/releases">github.com/minio/minio-go/v7's releases</a>.</em></p> <blockquote> <h2>Bugfix Release</h2> <h2>What's Changed</h2> <ul> <li>sts: Send the refresh token in the login redirect URL by <a href="https://github.com/vadmeste"><code>@​vadmeste</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2025">minio/minio-go#2025</a></li> <li>Fix duplicate API call on <code>obj.Stat()</code> by <a href="https://github.com/OrkhanAlikhanov"><code>@​OrkhanAlikhanov</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2028">minio/minio-go#2028</a></li> <li>Fix for tests running in mint vs locally by <a href="https://github.com/marktheunissen"><code>@​marktheunissen</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2029">minio/minio-go#2029</a></li> <li>Add Full Object Checksum API by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2026">minio/minio-go#2026</a></li> <li>Read ChecksumAlgorithm and ChecksumType from ListParts by <a href="https://github.com/klauspost"><code>@​klauspost</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2032">minio/minio-go#2032</a></li> <li>Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /examples/s3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/2033">minio/minio-go#2033</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/OrkhanAlikhanov"><code>@​OrkhanAlikhanov</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/2028">minio/minio-go#2028</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.81...v7.0.82">https://github.com/minio/minio-go/compare/v7.0.81...v7.0.82</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/minio/minio-go/commit/ffa2ddd6f2b41e522235a3c61fb4ff5910a842d7"><code>ffa2ddd</code></a> Bump golang.org/x/crypto from 0.28.0 to 0.31.0 in /examples/s3 (<a href="https://redirect.github.com/minio/minio-go/issues/2033">#2033</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/dd4cb86c7f866d5ce13d01cc80bd3e0cb0192a54"><code>dd4cb86</code></a> Read ChecksumAlgorithm and ChecksumType from ListParts (<a href="https://redirect.github.com/minio/minio-go/issues/2032">#2032</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/fdef7d29ef17c619f8f2976d4ff6546511e09eb9"><code>fdef7d2</code></a> Add Full Object Checksum API (<a href="https://redirect.github.com/minio/minio-go/issues/2026">#2026</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/5e9a483b8e428426508da7eaf9ba0d542e4a7596"><code>5e9a483</code></a> Fix for tests running in mint vs locally (<a href="https://redirect.github.com/minio/minio-go/issues/2029">#2029</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/143808c725fa4a0fccbea9ef214b3fb272918daa"><code>143808c</code></a> Fix duplicate API calls on <code>obj.Stat()</code> (<a href="https://redirect.github.com/minio/minio-go/issues/2028">#2028</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/de1893f9cd38d67564fd9d04af6fcf0ea88f9035"><code>de1893f</code></a> sts: Send the refresh token in the login redirect URL (<a href="https://redirect.github.com/minio/minio-go/issues/2025">#2025</a>)</li> <li><a href="https://github.com/minio/minio-go/commit/3af356ca3046555313d6a03f1e19405d67eb3d88"><code>3af356c</code></a> Update version to next release</li> <li>See full diff in <a href="https://github.com/minio/minio-go/compare/v7.0.81...v7.0.82">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/minio/minio-go/v7&package-manager=go_modules&previous-version=7.0.81&new-version=7.0.82)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef04e5f commit 728a89b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/gofiber/fiber/v2 v2.52.5
1313
github.com/google/uuid v1.6.0
1414
github.com/mattn/go-isatty v0.0.20
15-
github.com/minio/minio-go/v7 v7.0.81
15+
github.com/minio/minio-go/v7 v7.0.82
1616
github.com/nagare-media/models.go v0.0.0-20241028110832-3cf01c064ecc
1717
github.com/nats-io/nats.go v1.37.0
1818
github.com/onsi/ginkgo/v2 v2.22.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6T
100100
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
101101
github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=
102102
github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM=
103-
github.com/minio/minio-go/v7 v7.0.81 h1:SzhMN0TQ6T/xSBu6Nvw3M5M8voM+Ht8RH3hE8S7zxaA=
104-
github.com/minio/minio-go/v7 v7.0.81/go.mod h1:84gmIilaX4zcvAWWzJ5Z1WI5axN+hAbM5w25xf8xvC0=
103+
github.com/minio/minio-go/v7 v7.0.82 h1:tWfICLhmp2aFPXL8Tli0XDTHj2VB/fNf0PC1f/i1gRo=
104+
github.com/minio/minio-go/v7 v7.0.82/go.mod h1:84gmIilaX4zcvAWWzJ5Z1WI5axN+hAbM5w25xf8xvC0=
105105
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
106106
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
107107
github.com/mitchellh/reflectwalk v1.0.2 h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=

0 commit comments

Comments
 (0)