Add media upload functionality
All checks were successful
/ docker (push) Successful in 1m54s

This commit is contained in:
Melody Becker 2025-06-17 16:48:24 +02:00
parent 67be27aebe
commit c813c4784a
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
5 changed files with 145 additions and 12 deletions

3
go.mod
View file

@ -3,11 +3,12 @@ module git.mstar.dev/mstar/linstrom
go 1.24.2
require (
git.mstar.dev/mstar/goutils v1.14.2
git.mstar.dev/mstar/goutils v1.16.1
github.com/BurntSushi/toml v1.5.0
github.com/PeerDB-io/gluabit32 v1.0.2
github.com/cjoudrey/gluahttp v0.0.0-20201111170219-25003d9adfa9
github.com/cosmotek/loguago v1.0.0
github.com/gabriel-vasile/mimetype v1.4.9
github.com/go-acme/lego/v4 v4.23.1
github.com/go-webauthn/webauthn v0.12.3
github.com/google/uuid v1.6.0