新增 Web 浏览端(Go+Vue 报表系统)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
10
web/backend/go.mod
Normal file
10
web/backend/go.mod
Normal file
@@ -0,0 +1,10 @@
|
||||
module trade/web
|
||||
|
||||
go 1.25.8
|
||||
|
||||
require (
|
||||
github.com/go-chi/chi/v5 v5.1.0
|
||||
github.com/golang-jwt/jwt/v5 v5.2.1
|
||||
golang.org/x/crypto v0.27.0
|
||||
modernc.org/sqlite v1.32.0
|
||||
)
|
||||
Reference in New Issue
Block a user