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 /vendor/modules.txt | |
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 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 77d7305b24..66572549f2 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,3 +1,5 @@ +# cloud.google.com/go v0.37.4 +cloud.google.com/go/civil # github.com/BurntSushi/toml v0.3.1 github.com/BurntSushi/toml # github.com/PuerkitoBio/goquery v0.0.0-20170324135448-ed7d758e9a34 @@ -87,9 +89,10 @@ github.com/couchbase/vellum/utf8 github.com/couchbaselabs/go-couchbase # github.com/davecgh/go-spew v1.1.1 github.com/davecgh/go-spew/spew -# github.com/denisenkom/go-mssqldb v0.0.0-20190724012636-11b2859924c1 => github.com/denisenkom/go-mssqldb v0.0.0-20180315180555-6a30f4e59a44 +# github.com/denisenkom/go-mssqldb v0.0.0-20190724012636-11b2859924c1 github.com/denisenkom/go-mssqldb github.com/denisenkom/go-mssqldb/internal/cp +github.com/denisenkom/go-mssqldb/internal/querytext # github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/dgrijalva/jwt-go # github.com/edsrzf/mmap-go v0.0.0-20170320065105-0bce6a688712 |