feat: integrate godump for enhanced debugging functionality

- Add `github.com/yassinebenaid/godump` dependency in `go.mod`
- Import `github.com/yassinebenaid/godump` in `main.go`
- Add debug dump functionality using `godump` in `run` function

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2025-04-15 11:29:31 +08:00
parent 928be3e7e7
commit 05df7845ab
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ require (
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.27.6
github.com/yassinebenaid/godump v0.11.1
golang.org/x/crypto v0.37.0
)