🐛 Fix go sum issue

This commit is contained in:
2024-04-13 19:29:42 +08:00
parent 4aae5700e0
commit 97e2bb586c
2 changed files with 98 additions and 1 deletions

2
go.mod
View File

@@ -3,6 +3,7 @@ module git.solsynth.dev/hydrogen/interactive
go 1.21.6
require (
git.solsynth.dev/hydrogen/passport v0.0.0-20240413054819-e5d53ab77b1b
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
@@ -22,7 +23,6 @@ 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