update xorm.core -> v0.7.0

This commit is contained in:
zhanghelong 2019-07-24 13:53:55 +08:00
parent 901d35f956
commit c41ec45883
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -15,5 +15,5 @@ require (
github.com/stretchr/testify v1.3.0 github.com/stretchr/testify v1.3.0
github.com/ziutek/mymysql v1.5.4 github.com/ziutek/mymysql v1.5.4
xorm.io/builder v0.3.5 xorm.io/builder v0.3.5
xorm.io/core v0.6.3 xorm.io/core v0.7.0
) )