Skip to content

Commit 9afd05d

Browse files
chore(deps): update module github.com/gabriel-vasile/mimetype to v1.4.11 in go.mod (#481)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/gabriel-vasile/mimetype](https://redirect.github.com/gabriel-vasile/mimetype) | `v1.4.10` -> `v1.4.11` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgabriel-vasile%2fmimetype/v1.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgabriel-vasile%2fmimetype/v1.4.10/v1.4.11?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>gabriel-vasile/mimetype (github.com/gabriel-vasile/mimetype)</summary> ### [`v1.4.11`](https://redirect.github.com/gabriel-vasile/mimetype/releases/tag/v1.4.11): cpio, wordperfect support [Compare Source](https://redirect.github.com/gabriel-vasile/mimetype/compare/v1.4.10...v1.4.11) #### What's Changed - wordperfect: add support in [#&#8203;707](https://redirect.github.com/gabriel-vasile/mimetype/pull/707) - cpio: add support for binary version in [#&#8203;709](https://redirect.github.com/gabriel-vasile/mimetype/pull/709) - shebang: fix detection with args by [@&#8203;scop](https://redirect.github.com/scop) in [#&#8203;710](https://redirect.github.com/gabriel-vasile/mimetype/pull/710) - shebang: support env -S by [@&#8203;scop](https://redirect.github.com/scop) in [#&#8203;712](https://redirect.github.com/gabriel-vasile/mimetype/pull/712) - dxf: add support in [#&#8203;720](https://redirect.github.com/gabriel-vasile/mimetype/pull/720) - clone: stop cloning MIME when there is no charset in [#&#8203;722](https://redirect.github.com/gabriel-vasile/mimetype/pull/722) - aaf: remove individual node for aaf in [#&#8203;724](https://redirect.github.com/gabriel-vasile/mimetype/pull/724) - msoxml: match files and directories for first zip entry in [#&#8203;729](https://redirect.github.com/gabriel-vasile/mimetype/pull/729) **Full Changelog**: <gabriel-vasile/mimetype@v1.4.10...v1.4.11> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Every minute ( * */1 * * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/jippi/dottie). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 071fba4 commit 9afd05d

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
@@ -57,7 +57,7 @@ require (
5757
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
5858
github.com/dustin/go-humanize v1.0.1 // indirect
5959
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
60-
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
60+
github.com/gabriel-vasile/mimetype v1.4.11 // indirect
6161
github.com/go-logr/logr v1.4.3 // indirect
6262
github.com/go-playground/locales v0.14.1 // indirect
6363
github.com/go-playground/universal-translator v0.18.1 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f h1:Y/CXytFA4m6
6969
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f/go.mod h1:vw97MGsxSvLiUE2X8qFplwetxpGLQrlU1Q9AUEIzCaM=
7070
github.com/frankban/quicktest v1.14.6 h1:7Xjx+VpznH+oBnejlPUj8oUpdxnVs4f8XU8WnHkI4W8=
7171
github.com/frankban/quicktest v1.14.6/go.mod h1:4ptaffx2x8+WTWXmUCuVU6aPUX1/Mz7zb5vbUoiM6w0=
72-
github.com/gabriel-vasile/mimetype v1.4.10 h1:zyueNbySn/z8mJZHLt6IPw0KoZsiQNszIpU+bX4+ZK0=
73-
github.com/gabriel-vasile/mimetype v1.4.10/go.mod h1:d+9Oxyo1wTzWdyVUPMmXFvp4F9tea18J8ufA774AB3s=
72+
github.com/gabriel-vasile/mimetype v1.4.11 h1:AQvxbp830wPhHTqc1u7nzoLT+ZFxGY7emj5DR5DYFik=
73+
github.com/gabriel-vasile/mimetype v1.4.11/go.mod h1:d+9Oxyo1wTzWdyVUPMmXFvp4F9tea18J8ufA774AB3s=
7474
github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
7575
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
7676
github.com/go-playground/assert/v2 v2.2.0 h1:JvknZsQTYeFEAhQwI4qEt9cyV5ONwRHC+lYKSsYSR8s=

0 commit comments

Comments
 (0)