Upgrade xorm to latest to fix insert issue bug (#8309)

* upgrade xorm to latest to fix insert issue bug

* add newissue unit tests

* update xorm version

* fix tests
This commit is contained in:
Lunny Xiao
2019-09-29 20:52:39 +08:00
committed by GitHub
parent c6fb7fe27c
commit aa9a99cf5f
14 changed files with 467 additions and 77 deletions

7
vendor/xorm.io/core/go.mod generated vendored
View File

@@ -2,12 +2,7 @@ module xorm.io/core
require (
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/protobuf v1.3.1 // indirect
github.com/mattn/go-sqlite3 v1.10.0
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 // indirect
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190606050223-4d9ae51c2468 // indirect
github.com/stretchr/testify v1.4.0
google.golang.org/appengine v1.6.0 // indirect
)