Skip to content

Commit 599c0ee

Browse files
6543zeripath
authored andcommitted
go-mssqldb UPDATE (#9522)
1 parent ed67bbe commit 599c0ee

File tree

7 files changed

+36
-14
lines changed

7 files changed

+36
-14
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
3131
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
3232
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
33-
github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538
33+
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73
3434
github.com/dgrijalva/jwt-go v3.2.0+incompatible
3535
github.com/editorconfig/editorconfig-core-go/v2 v2.1.1
3636
github.com/emirpasic/gods v1.12.0
@@ -96,7 +96,7 @@ require (
9696
github.com/urfave/cli v1.20.0
9797
github.com/yohcop/openid-go v0.0.0-20160914080427-2c050d2dae53
9898
go.etcd.io/bbolt v1.3.3 // indirect
99-
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
99+
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
100100
golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9
101101
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
102102
golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2

go.sum

+4-2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
122122
github.com/denisenkom/go-mssqldb v0.0.0-20190707035753-2be1aa521ff4/go.mod h1:zAg7JM8CkOJ43xKXIj7eRO9kmWm/TW578qo+oDO6tuM=
123123
github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538 h1:bpWCJ5MddHsv4Xtl3azkK89mZzd/vvut32mvAnKbyUA=
124124
github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
125+
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73 h1:OGNva6WhsKst5OZf7eZOklDztV3hwtTHovdrLHV+MsA=
126+
github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU=
125127
github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=
126128
github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
127129
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
@@ -577,8 +579,8 @@ golang.org/x/crypto v0.0.0-20190907121410-71b5226ff739/go.mod h1:yigFU9vqHzYiE8U
577579
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad h1:5E5raQxcv+6CZ11RrBYQe5WRbUIWpScjh0kvHZkZIrQ=
578580
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
579581
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
580-
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 h1:ULYEB3JvPRE/IfO+9uO7vKV/xzVTO7XPAwm8xbf4w2g=
581-
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
582+
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 h1:sKJQZMuxjOAR/Uo2LBfU90onWEf1dF4C+0hPJCc9Mpc=
583+
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
582584
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
583585
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
584586
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=

vendor/github.com/denisenkom/go-mssqldb/README.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/denisenkom/go-mssqldb/conn_str.go

+19-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/denisenkom/go-mssqldb/mssql.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/denisenkom/go-mssqldb/tds.go

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ github.com/couchbase/vellum/utf8
114114
github.com/couchbaselabs/go-couchbase
115115
# github.com/davecgh/go-spew v1.1.1
116116
github.com/davecgh/go-spew/spew
117-
# github.com/denisenkom/go-mssqldb v0.0.0-20190924004331-208c0a498538
117+
# github.com/denisenkom/go-mssqldb v0.0.0-20191128021309-1d7a30a10f73
118118
github.com/denisenkom/go-mssqldb
119119
github.com/denisenkom/go-mssqldb/internal/cp
120120
github.com/denisenkom/go-mssqldb/internal/decimal
@@ -439,7 +439,7 @@ go.mongodb.org/mongo-driver/bson/bsonrw
439439
go.mongodb.org/mongo-driver/bson/bsontype
440440
go.mongodb.org/mongo-driver/bson/primitive
441441
go.mongodb.org/mongo-driver/x/bsonx/bsoncore
442-
# golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
442+
# golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
443443
golang.org/x/crypto/acme
444444
golang.org/x/crypto/acme/autocert
445445
golang.org/x/crypto/argon2

0 commit comments

Comments
 (0)