summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2019-07-26 05:10:20 +0100
committerGitHub <noreply@github.com>2019-07-26 05:10:20 +0100
commit78e531724223158839b8f82c1f414efee3f9dc9b (patch)
tree9dc59db82795983b2cdc09150d1207aa2703f80b /go.mod
parentbebc6a3c77de159c7293464baad5b8cb5aee7700 (diff)
downloadgitea-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.mod4
1 files changed, 0 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index e1e26f1842..97e881986b 100644
--- a/go.mod
+++ b/go.mod
@@ -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