10 lines
167 B
Modula-2
10 lines
167 B
Modula-2
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
|
|
)
|