mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 16:24:25 +00:00
5fe2ec264f
* Retry create issue to cope with duplicate keys * Use .SetExpr().Where().Insert()
14 lines
507 B
Modula-2
14 lines
507 B
Modula-2
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
|
|
google.golang.org/appengine v1.6.0 // indirect
|
|
)
|