diff options
author | Tamal Saha <tamal@appscode.com> | 2019-07-24 14:39:14 -0700 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2019-07-25 00:39:14 +0300 |
commit | 5efd3630bc21d4b0ba6ff492d16d4c7e2814dd1f (patch) | |
tree | 32c05e8fc44c76cc25f43591ebaa29340de91a6f /go.mod | |
parent | d4667a4949729ad73b7dc0c633bd6daca4508073 (diff) | |
download | gitea-5efd3630bc21d4b0ba6ff492d16d4c7e2814dd1f.tar.gz gitea-5efd3630bc21d4b0ba6ff492d16d4c7e2814dd1f.zip |
Update to xorm@v0.7.4 (#7596)
Signed-off-by: Tamal Saha <tamal@appscode.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -26,7 +26,7 @@ require ( github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect - github.com/denisenkom/go-mssqldb v0.0.0-20190121005146-b04fd42d9952 + github.com/denisenkom/go-mssqldb v0.0.0-20190724012636-11b2859924c1 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect github.com/emirpasic/gods v1.12.0 @@ -54,8 +54,7 @@ require ( github.com/go-macaron/toolbox v0.0.0-20180818072302-a77f45a7ce90 github.com/go-redis/redis v6.15.2+incompatible github.com/go-sql-driver/mysql v1.4.1 - github.com/go-xorm/core v0.6.0 // indirect - github.com/go-xorm/xorm v0.7.3-0.20190620151208-f1b4f8368459 + github.com/go-xorm/xorm v0.7.4 github.com/gogits/chardet v0.0.0-20150115103509-2404f7772561 github.com/gogs/cron v0.0.0-20171120032916-9f6c956d3e14 github.com/google/go-cmp v0.3.0 // indirect @@ -71,7 +70,7 @@ require ( github.com/klauspost/compress v0.0.0-20161025140425-8df558b6cb6f github.com/klauspost/cpuid v0.0.0-20160302075316-09cded8978dc // indirect github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6 // indirect - github.com/lafriks/xormstore v1.0.0 + github.com/lafriks/xormstore v1.1.0 github.com/lib/pq v1.1.0 github.com/lunny/dingtalk_webhook v0.0.0-20171025031554-e3534c89ef96 github.com/lunny/levelqueue v0.0.0-20190217115915-02b525a4418e |