add dao files

This commit is contained in:
MaysWind
2020-10-17 19:34:51 +08:00
parent 09e98bfc29
commit a7df339f47
6 changed files with 356 additions and 0 deletions
+5
View File
@@ -6,9 +6,14 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.2.0
github.com/go-sql-driver/mysql v1.5.0
github.com/lib/pq v1.8.0
github.com/mattn/go-sqlite3 v1.14.4
github.com/sirupsen/logrus v1.7.0
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
gopkg.in/ini.v1 v1.62.0
xorm.io/core v0.7.3
xorm.io/xorm v1.0.5
)