using beego framework

This commit is contained in:
Jannis Heydemann
2026-05-06 09:49:51 +02:00
commit 71262323b9
9 changed files with 392 additions and 0 deletions

6
go.mod Normal file
View File

@@ -0,0 +1,6 @@
module gitea-projekt-dashboard
go 1.26
require github.com/beego/beego/v2 v2.1.0
require github.com/smartystreets/goconvey v1.6.4