Cleanup go.mod

Remove redundant dependencies.
This commit is contained in:
inliquid 2019-03-10 16:52:32 +03:00 committed by GitHub
parent 8b07437717
commit cf42bfae12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
go.mod
View File

@ -3,13 +3,8 @@ module github.com/jinzhu/gorm
require ( require (
cloud.google.com/go v0.36.0 // indirect cloud.google.com/go v0.36.0 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289 github.com/denisenkom/go-mssqldb v0.0.0-20190204142019-df6d76eb9289
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5
github.com/go-sql-driver/mysql v1.4.1 github.com/go-sql-driver/mysql v1.4.1
github.com/gofrs/uuid v3.2.0+incompatible
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a 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/lib/pq v1.0.0
github.com/mattn/go-sqlite3 v1.10.0 github.com/mattn/go-sqlite3 v1.10.0
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
google.golang.org/appengine v1.4.0 // indirect
) )