Add partial mimetype detection for library file listings

This commit is contained in:
the-m-monk
2025-12-29 22:47:53 +10:00
parent c25bff7203
commit 32da27c404
4 changed files with 28 additions and 2 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module opal
go 1.25.3
require github.com/google/uuid v1.6.0 // indirect
require (
github.com/gabriel-vasile/mimetype v1.4.12 // indirect
github.com/google/uuid v1.6.0 // indirect
)