summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/denisenkom/go-mssqldb/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 /vendor/github.com/denisenkom/go-mssqldb/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 'vendor/github.com/denisenkom/go-mssqldb/go.mod')
-rw-r--r--vendor/github.com/denisenkom/go-mssqldb/go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/github.com/denisenkom/go-mssqldb/go.mod b/vendor/github.com/denisenkom/go-mssqldb/go.mod
new file mode 100644
index 0000000000..096fc96b20
--- /dev/null
+++ b/vendor/github.com/denisenkom/go-mssqldb/go.mod
@@ -0,0 +1,10 @@
+module github.com/denisenkom/go-mssqldb
+
+go 1.11
+
+require (
+ cloud.google.com/go v0.37.4
+ golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c
+ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
+ gopkg.in/yaml.v2 v2.2.2 // indirect
+)