From c41ec45883968b07befce2d0022d0e0d3bc0cabd Mon Sep 17 00:00:00 2001 From: zhanghelong Date: Wed, 24 Jul 2019 13:53:55 +0800 Subject: [PATCH] update xorm.core -> v0.7.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4f53390f..9a30e797 100644 --- a/go.mod +++ b/go.mod @@ -15,5 +15,5 @@ require ( github.com/stretchr/testify v1.3.0 github.com/ziutek/mymysql v1.5.4 xorm.io/builder v0.3.5 - xorm.io/core v0.6.3 + xorm.io/core v0.7.0 )