forked from go-gorm/gorm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest go-mssqldb (go-gorm#2398)
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
Showing
2 changed files
with
106 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
) |
Oops, something went wrong.