Support broadcast deletion

This commit is contained in:
2024-09-19 21:57:09 +08:00
parent 8191ad8187
commit aca0aa97aa
4 changed files with 36 additions and 1 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module git.solsynth.dev/hydrogen/interactive
go 1.21.6
require (
git.solsynth.dev/hydrogen/dealer v0.0.0-20240917083841-b14c0240a75f
git.solsynth.dev/hydrogen/dealer v0.0.0-20240919131945-00c52eba6827
github.com/go-playground/validator/v10 v10.17.0
github.com/gofiber/fiber/v2 v2.52.4
github.com/json-iterator/go v1.1.12