GoDoxy/internal/common
Yuzerion 8e37627371
Feat/http3 (#84)
* chore(deps): update go-playground/validator to v10.26.0

* chore(deps): update Go version to 1.24.2 and dependencies, reorganize dependencies into categorized sections

* chore(deps): update Go version to 1.24.2 in Dockerfile

* refactor(agent): replace deprecated context import with standard context package

* feat(http3): add HTTP/3 support and refactor server handling code into utility functions

---------

Co-authored-by: yusing <yusing@6uo.me>
2025-04-04 00:18:15 +08:00
..
args.go refactor: improved init flow in main 2025-03-28 07:38:12 +08:00
constants.go refactor: improved reverse proxy performance, reduce memory allocation calls 2025-03-28 07:39:26 +08:00
crypto.go api: generate random jwt secret if not present, remove unused imports 2025-03-28 07:39:26 +08:00
env.go Feat/http3 (#84) 2025-04-04 00:18:15 +08:00