diff options
author | zeripath <art27@cantab.net> | 2019-07-26 05:10:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-26 05:10:20 +0100 |
commit | 78e531724223158839b8f82c1f414efee3f9dc9b (patch) | |
tree | 9dc59db82795983b2cdc09150d1207aa2703f80b /go.mod | |
parent | bebc6a3c77de159c7293464baad5b8cb5aee7700 (diff) | |
download | gitea-78e531724223158839b8f82c1f414efee3f9dc9b.tar.gz gitea-78e531724223158839b8f82c1f414efee3f9dc9b.zip |
Update to latest mssqldriver (#7613)
* New driver does not tolerate USE - handle this by closing db and reopening db in the new dbname
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3,7 +3,6 @@ module code.gitea.io/gitea go 1.12 require ( - github.com/BurntSushi/toml v0.3.1 // indirect github.com/PuerkitoBio/goquery v0.0.0-20170324135448-ed7d758e9a34 github.com/RoaringBitmap/roaring v0.4.7 // indirect github.com/Unknwon/cae v0.0.0-20160715032808-c6aac99ea2ca @@ -127,11 +126,8 @@ require ( gopkg.in/src-d/go-git.v4 v4.12.0 gopkg.in/stretchr/testify.v1 v1.2.2 // indirect gopkg.in/testfixtures.v2 v2.5.0 - gopkg.in/yaml.v2 v2.2.2 // indirect mvdan.cc/xurls/v2 v2.0.0 strk.kbt.io/projects/go/libravatar v0.0.0-20160628055650-5eed7bff870a xorm.io/builder v0.3.5 xorm.io/core v0.6.3 ) - -replace github.com/denisenkom/go-mssqldb => github.com/denisenkom/go-mssqldb v0.0.0-20180315180555-6a30f4e59a44 |