1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-11 09:01:01 +00:00

Fix orm test when using Driver = mysql

This commit is contained in:
Ming Deng
2020-07-19 12:56:58 +00:00
parent 9d936c58bf
commit 192a278a2a
10 changed files with 43 additions and 3094 deletions

2
go.mod
View File

@ -37,4 +37,4 @@ replace golang.org/x/crypto v0.0.0-20181127143415-eb0de9b17e85 => github.com/gol
replace gopkg.in/yaml.v2 v2.2.1 => github.com/go-yaml/yaml v0.0.0-20180328195020-5420a8b6744d
go 1.13
go 1.14