Initial commit

This commit is contained in:
2026-04-18 01:39:43 +03:00
commit 9499a4fe36
3 changed files with 141 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module fix-mime-types
go 1.22.3
require (
github.com/gabriel-vasile/mimetype v1.4.4
github.com/pelletier/go-toml/v2 v2.2.3
golang.org/x/net v0.25.0 // indirect
)