⬆️ Bump github.com/minio/minio-go/v7 from 7.0.61 to 7.0.62 in /src (#4058)
Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.61 to 7.0.62. <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>replication: add fields for metrics by <a href="https://github.com/poornas"><code>@poornas</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/1860">minio/minio-go#1860</a></li> <li>replication: fixed typo in transfer stats by <a href="https://github.com/poornas"><code>@poornas</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/1861">minio/minio-go#1861</a></li> <li>update library dependencies to fix CVEs by <a href="https://github.com/harshavardhana"><code>@harshavardhana</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/1872">minio/minio-go#1872</a></li> <li>disable mandatory V2 Google signature by <a href="https://github.com/loorke"><code>@loorke</code></a> in <a href="https://redirect.github.com/minio/minio-go/pull/1870">minio/minio-go#1870</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/loorke"><code>@loorke</code></a> made their first contribution in <a href="https://redirect.github.com/minio/minio-go/pull/1870">minio/minio-go#1870</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/minio/minio-go/compare/v7.0.61...v7.0.62">https://github.com/minio/minio-go/compare/v7.0.61...v7.0.62</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="b42bd7d24d"><code>b42bd7d</code></a> disable mandatory V2 Google signature (<a href="https://redirect.github.com/minio/minio-go/issues/1870">#1870</a>)</li> <li><a href="bd8cf2b0c2"><code>bd8cf2b</code></a> update library dependencies to fix CVEs (<a href="https://redirect.github.com/minio/minio-go/issues/1872">#1872</a>)</li> <li><a href="c0ea24830f"><code>c0ea248</code></a> replication: fixed typo in transfer stats (<a href="https://redirect.github.com/minio/minio-go/issues/1861">#1861</a>)</li> <li><a href="8c81599f9b"><code>8c81599</code></a> replication: add fields for metrics (<a href="https://redirect.github.com/minio/minio-go/issues/1860">#1860</a>)</li> <li><a href="9833f4559a"><code>9833f45</code></a> Update version to next release</li> <li>See full diff in <a href="https://github.com/minio/minio-go/compare/v7.0.61...v7.0.62">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
This commit is contained in:
parent
906e0fb19f
commit
a1cbbf9f48
@ -92,7 +92,7 @@ require (
|
||||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
||||
github.com/microsoft/kiota-serialization-text-go v1.0.0
|
||||
github.com/minio/md5-simd v1.1.2 // indirect
|
||||
github.com/minio/minio-go/v7 v7.0.61
|
||||
github.com/minio/minio-go/v7 v7.0.62
|
||||
github.com/minio/sha256-simd v1.0.1 // indirect
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||
github.com/modern-go/reflect2 v1.0.2 // indirect
|
||||
|
||||
@ -289,8 +289,8 @@ github.com/microsoftgraph/msgraph-sdk-go-core v1.0.0 h1:7NWTfyXvOjoizW7PmxNp3+8w
|
||||
github.com/microsoftgraph/msgraph-sdk-go-core v1.0.0/go.mod h1:tQb4q3YMIj2dWhhXhQSJ4ELpol931ANKzHSYK5kX1qE=
|
||||
github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=
|
||||
github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM=
|
||||
github.com/minio/minio-go/v7 v7.0.61 h1:87c+x8J3jxQ5VUGimV9oHdpjsAvy3fhneEBKuoKEVUI=
|
||||
github.com/minio/minio-go/v7 v7.0.61/go.mod h1:BTu8FcrEw+HidY0zd/0eny43QnVNkXRPXrLXFuQBHXg=
|
||||
github.com/minio/minio-go/v7 v7.0.62 h1:qNYsFZHEzl+NfH8UxW4jpmlKav1qUAgfY30YNRneVhc=
|
||||
github.com/minio/minio-go/v7 v7.0.62/go.mod h1:Q6X7Qjb7WMhvG65qKf4gUgA5XaiSox74kR1uAEjxRS4=
|
||||
github.com/minio/sha256-simd v1.0.1 h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM=
|
||||
github.com/minio/sha256-simd v1.0.1/go.mod h1:Pz6AKMiUdngCLpeTL/RJY1M9rUuPMYujV5xJjtbRSN8=
|
||||
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user