refactor(env): move env parsing to separate repo

This commit is contained in:
yusing
2025-09-26 20:41:10 +08:00
parent 00d137d05c
commit f7149453d6
8 changed files with 42 additions and 98 deletions

1
go.mod
View File

@@ -215,6 +215,7 @@ require (
github.com/gin-gonic/gin v1.10.1
github.com/pires/go-proxyproto v0.8.1
github.com/yusing/ds v0.1.0
github.com/yusing/goutils v0.0.0-20250922091446-1c6a11717d72
)
require (