Skip to content

Commit d71abdb

Browse files
authored
Merge pull request #10849 from owncloud/dependabot/go_modules/github.com/gabriel-vasile/mimetype-1.4.8
build(deps): bump github.com/gabriel-vasile/mimetype from 1.4.7 to 1.4.8
2 parents 613963e + 57f423c commit d71abdb

File tree

7 files changed

+39
-9
lines changed

7 files changed

+39
-9
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
2323
github.com/dutchcoders/go-clamd v0.0.0-20170520113014-b970184f4d9e
2424
github.com/egirna/icap-client v0.1.1
25-
github.com/gabriel-vasile/mimetype v1.4.7
25+
github.com/gabriel-vasile/mimetype v1.4.8
2626
github.com/ggwhite/go-masker v1.1.0
2727
github.com/go-chi/chi/v5 v5.1.0
2828
github.com/go-chi/render v1.0.3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMo
332332
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
333333
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
334334
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
335-
github.com/gabriel-vasile/mimetype v1.4.7 h1:SKFKl7kD0RiPdbht0s7hFtjl489WcQ1VyPW8ZzUMYCA=
336-
github.com/gabriel-vasile/mimetype v1.4.7/go.mod h1:GDlAgAyIRT27BhFl53XNAFtfjzOkLaF35JdEG0P7LtU=
335+
github.com/gabriel-vasile/mimetype v1.4.8 h1:FfZ3gj38NjllZIeJAmMhr+qKL8Wu+nOoI3GqacKw1NM=
336+
github.com/gabriel-vasile/mimetype v1.4.8/go.mod h1:ByKUIKGjh1ODkGM1asKUbQZOLGrPjydw3hYPU2YU9t8=
337337
github.com/gdexlab/go-render v1.0.1 h1:rxqB3vo5s4n1kF0ySmoNeSPRYkEsyHgln4jFIQY7v0U=
338338
github.com/gdexlab/go-render v1.0.1/go.mod h1:wRi5nW2qfjiGj4mPukH4UV0IknS1cHD4VgFTmJX5JzM=
339339
github.com/getkin/kin-openapi v0.13.0/go.mod h1:WGRs2ZMM1Q8LR1QBEwUxC6RJEfaBcD0s+pcEVXFuAjw=

vendor/github.com/gabriel-vasile/mimetype/internal/magic/archive.go

Lines changed: 8 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gabriel-vasile/mimetype/internal/magic/zip.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gabriel-vasile/mimetype/supported_mimes.md

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/gabriel-vasile/mimetype/tree.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ github.com/felixge/httpsnoop
812812
# github.com/fsnotify/fsnotify v1.7.0
813813
## explicit; go 1.17
814814
github.com/fsnotify/fsnotify
815-
# github.com/gabriel-vasile/mimetype v1.4.7
815+
# github.com/gabriel-vasile/mimetype v1.4.8
816816
## explicit; go 1.20
817817
github.com/gabriel-vasile/mimetype
818818
github.com/gabriel-vasile/mimetype/internal/charset

0 commit comments

Comments
 (0)