Add config & docker deployment

This commit is contained in:
ycc
2023-03-09 11:45:29 +01:00
parent 24fd211a43
commit acd9b1611c
7 changed files with 114 additions and 3 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/beego/beego v1.12.11
github.com/beego/beego/v2 v2.0.7
github.com/go-redis/redis v6.14.2+incompatible
github.com/google/uuid v1.3.0
github.com/goraz/onion v0.1.3
github.com/smartystreets/goconvey v1.7.2
github.com/tidwall/gjson v1.14.4
)