fix(deps): update module github.com/minio/minio-go/v7 to v7.0.85 (#24)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/minio/minio-go/v7](https://redirect.github.com/minio/minio-go) | `v7.0.84` -> `v7.0.85` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>minio/minio-go (github.com/minio/minio-go/v7)</summary> ### [`v7.0.85`](https://redirect.github.com/minio/minio-go/releases/tag/v7.0.85): Bugfix Release [Compare Source](https://redirect.github.com/minio/minio-go/compare/v7.0.84...v7.0.85) #### What's Changed - Update s3-endpoints.go with ISO endpoints by [@​vnzongzna](https://redirect.github.com/vnzongzna) in [https://github.com/minio/minio-go/pull/2053](https://redirect.github.com/minio/minio-go/pull/2053) - Implement error interface for RemoveObjectError by [@​wuhaochen](https://redirect.github.com/wuhaochen) in [https://github.com/minio/minio-go/pull/2058](https://redirect.github.com/minio/minio-go/pull/2058) - allow users to extend DNS style buckets by [@​harshavardhana](https://redirect.github.com/harshavardhana) in [https://github.com/minio/minio-go/pull/2057](https://redirect.github.com/minio/minio-go/pull/2057) #### New Contributors - [@​vnzongzna](https://redirect.github.com/vnzongzna) made their first contribution in [https://github.com/minio/minio-go/pull/2053](https://redirect.github.com/minio/minio-go/pull/2053) - [@​wuhaochen](https://redirect.github.com/wuhaochen) made their first contribution in [https://github.com/minio/minio-go/pull/2058](https://redirect.github.com/minio/minio-go/pull/2058) **Full Changelog**: https://github.com/minio/minio-go/compare/v7.0.84...v7.0.85 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jaredallard/overlay). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE0NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
062bc60d3d
commit
760315061a
2 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ require (
|
|||
github.com/egym-playground/go-prefix-writer v0.0.0-20180609083313-7326ea162eca
|
||||
github.com/fatih/color v1.18.0
|
||||
github.com/jamespfennell/xz v0.1.2
|
||||
github.com/minio/minio-go/v7 v7.0.84
|
||||
github.com/minio/minio-go/v7 v7.0.85
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/spf13/cobra v1.8.1
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
|
|
|
@ -112,6 +112,8 @@ github.com/minio/minio-go/v7 v7.0.83 h1:W4Kokksvlz3OKf3OqIlzDNKd4MERlC2oN8YptwJ0
|
|||
github.com/minio/minio-go/v7 v7.0.83/go.mod h1:57YXpvc5l3rjPdhqNrDsvVlY0qPI6UTk1bflAe+9doY=
|
||||
github.com/minio/minio-go/v7 v7.0.84 h1:D1HVmAF8JF8Bpi6IU4V9vIEj+8pc+xU88EWMs2yed0E=
|
||||
github.com/minio/minio-go/v7 v7.0.84/go.mod h1:57YXpvc5l3rjPdhqNrDsvVlY0qPI6UTk1bflAe+9doY=
|
||||
github.com/minio/minio-go/v7 v7.0.85 h1:9psTLS/NTvC3MWoyjhjXpwcKoNbkongaCSF3PNpSuXo=
|
||||
github.com/minio/minio-go/v7 v7.0.85/go.mod h1:57YXpvc5l3rjPdhqNrDsvVlY0qPI6UTk1bflAe+9doY=
|
||||
github.com/moby/docker-image-spec v1.3.1 h1:jMKff3w6PgbfSa69GfNg+zN/XLhfXJGnEx3Nl2EsFP0=
|
||||
github.com/moby/docker-image-spec v1.3.1/go.mod h1:eKmb5VW8vQEh/BAr2yvVNvuiJuY6UIocYsFu/DxxRpo=
|
||||
github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=
|
||||
|
|
Loading…
Add table
Reference in a new issue