add migration versioning (#12)

This commit is contained in:
Tiger Wang (王豫)
2022-08-31 23:58:59 -04:00
committed by GitHub
parent 6c73a4be13
commit 38fee52518
8 changed files with 51 additions and 19 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ module github.com/IceWhaleTech/CasaOS-UserService
go 1.19
require (
github.com/IceWhaleTech/CasaOS-Common v0.0.0-20220831042533-e51a41247ea2
github.com/IceWhaleTech/CasaOS-Gateway v0.3.6-alpha5
github.com/IceWhaleTech/CasaOS-Common v0.0.0-20220901034123-ca130f6b5ce9
github.com/IceWhaleTech/CasaOS-Gateway v0.3.6-alpha6
github.com/gin-contrib/gzip v0.0.6
github.com/gin-gonic/gin v1.8.1
github.com/satori/go.uuid v1.2.0