Skip to content

Commit e8b4871

Browse files
committed
update xorm version
1 parent e9f3e30 commit e8b4871

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+73984
-190
lines changed

go.mod

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module code.gitea.io/gitea
33
go 1.12
44

55
require (
6-
github.com/BurntSushi/toml v0.3.1 // indirect
76
github.com/PuerkitoBio/goquery v0.0.0-20170324135448-ed7d758e9a34
87
github.com/RoaringBitmap/roaring v0.4.7 // indirect
98
github.com/Unknwon/cae v0.0.0-20160715032808-c6aac99ea2ca
@@ -26,6 +25,7 @@ require (
2625
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
2726
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
2827
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
28+
github.com/denisenkom/go-mssqldb v0.0.0-20190707035753-2be1aa521ff4
2929
github.com/dgrijalva/jwt-go v3.2.0+incompatible
3030
github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 // indirect
3131
github.com/emirpasic/gods v1.12.0
@@ -54,7 +54,7 @@ require (
5454
github.com/go-redis/redis v6.15.2+incompatible
5555
github.com/go-sql-driver/mysql v1.4.1
5656
github.com/go-xorm/core v0.6.0 // indirect
57-
github.com/go-xorm/xorm v0.7.3-0.20190620151208-f1b4f8368459
57+
github.com/go-xorm/xorm v0.7.4
5858
github.com/gogits/chardet v0.0.0-20150115103509-2404f7772561
5959
github.com/gogits/cron v0.0.0-20160810035002-7f3990acf183
6060
github.com/google/go-cmp v0.3.0 // indirect
@@ -110,7 +110,7 @@ require (
110110
go.etcd.io/bbolt v1.3.2 // indirect
111111
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443
112112
golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b
113-
golang.org/x/oauth2 v0.0.0-20181101160152-c453e0c75759
113+
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421
114114
golang.org/x/sys v0.0.0-20190620070143-6f217b454f45
115115
golang.org/x/text v0.3.2
116116
golang.org/x/tools v0.0.0-20190620154339-431033348dd0 // indirect
@@ -127,11 +127,8 @@ require (
127127
gopkg.in/src-d/go-git.v4 v4.12.0
128128
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
129129
gopkg.in/testfixtures.v2 v2.5.0
130-
gopkg.in/yaml.v2 v2.2.2 // indirect
131130
mvdan.cc/xurls/v2 v2.0.0
132131
strk.kbt.io/projects/go/libravatar v0.0.0-20160628055650-5eed7bff870a
133132
xorm.io/builder v0.3.5
134133
xorm.io/core v0.6.3
135134
)
136-
137-
replace github.com/denisenkom/go-mssqldb => github.com/denisenkom/go-mssqldb v0.0.0-20180314172330-6a30f4e59a44

go.sum

Lines changed: 61 additions & 7 deletions
Large diffs are not rendered by default.

vendor/cloud.google.com/go/AUTHORS

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/CONTRIBUTORS

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/cloud.google.com/go/LICENSE

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)