Skip to content

Commit

Permalink
Update to latest go-mssqldb (go-gorm#2398)
Browse files Browse the repository at this point in the history
This change updates just github.com/denisenkom/go-mssqldb to latest
to resolve the mess caused by golang/lint adding mod support.

See golang/lint#436.
  • Loading branch information
Danny Hamrick committed Apr 29, 2019
1 parent 7bc3561 commit 21a1892
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 1 deletion.
25 changes: 24 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
module github.com/jinzhu/gorm

require (
github.com/denisenkom/go-mssqldb v0.0.0-20190401154936-ce35bd87d4b3
github.com/denisenkom/go-mssqldb v0.0.0-20190423183735-731ef375ac02
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/protobuf v1.3.1 // indirect
github.com/google/btree v1.0.0 // indirect
github.com/google/pprof v0.0.0-20190404155422-f8f10df84213 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
github.com/jinzhu/now v1.0.0
github.com/lib/pq v1.0.0
github.com/mattn/go-sqlite3 v1.10.0
golang.org/x/build v0.0.0-20190314133821-5284462c4bec // indirect
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
golang.org/x/exp v0.0.0-20190426190305-956cc1757749 // indirect
golang.org/x/image v0.0.0-20190424155947-59b11bec70c7 // indirect
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6 // indirect
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
golang.org/x/sys v0.0.0-20190429094411-2cc0cad0ac78 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
golang.org/x/tools v0.0.0-20190428024724-550556f78a90 // indirect
google.golang.org/api v0.4.0 // indirect
google.golang.org/appengine v1.5.0 // indirect
google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb // indirect
google.golang.org/grpc v1.20.1 // indirect
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a // indirect
)
Loading

0 comments on commit 21a1892

Please sign in to comment.