fix: detect mime type of uploaded asset (#7648)

This commit is contained in:
Livio Spring
2024-03-27 10:41:10 +01:00
committed by GitHub
parent 1121ebfdb8
commit 841e79357a
3 changed files with 20 additions and 4 deletions

1
go.mod
View File

@@ -24,6 +24,7 @@ require (
github.com/drone/envsubst v1.0.3
github.com/envoyproxy/protoc-gen-validate v1.0.4
github.com/fatih/color v1.16.0
github.com/gabriel-vasile/mimetype v1.4.3
github.com/go-jose/go-jose/v3 v3.0.3
github.com/go-ldap/ldap/v3 v3.4.6
github.com/go-webauthn/webauthn v0.10.1