Record events into audit logs

This commit is contained in:
2024-10-14 21:30:02 +08:00
parent 362e691b37
commit 6f26a44838
6 changed files with 124 additions and 5 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-20240919131945-00c52eba6827
git.solsynth.dev/hydrogen/dealer v0.0.0-20241014131829-4de0c4c969ad
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