🐛 Fix attachment transfer issue

This commit is contained in:
2024-04-13 19:26:44 +08:00
parent ed9066ca7b
commit 4aae5700e0
13 changed files with 21 additions and 126 deletions

2
go.mod
View File

@@ -3,7 +3,6 @@ module git.solsynth.dev/hydrogen/interactive
go 1.21.6
require (
git.solsynth.dev/hydrogen/identity v0.0.0-20240405190322-7f5183f83bbf
github.com/go-playground/validator/v10 v10.17.0
github.com/gofiber/fiber/v2 v2.52.4
github.com/gofiber/template/html/v2 v2.1.1
@@ -23,6 +22,7 @@ require (
)
require (
git.solsynth.dev/hydrogen/passport v0.0.0-20240413054819-e5d53ab77b1b // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect