You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% go get -u github.com/infobloxopen/protoc-gen-gorm
go: downloading github.com/gogo/protobuf v1.0.0
go: downloading github.com/jinzhu/gorm v1.9.1
go: downloading github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
go: github.com/gogo/protobuf upgrade => v1.3.1
go: github.com/jinzhu/inflection upgrade => v1.0.0
go: github.com/jinzhu/gorm upgrade => v1.9.16
# github.com/infobloxopen/protoc-gen-gorm/plugin
plugin/imports.go:116:16: cannot use dep (type string) as type generator.GoPackageName in argument to p.Generator.PrintImport
plugin/imports.go:116:16: cannot use dep (type string) as type generator.GoImportPath in argument to p.Generator.PrintImport
plugin/imports.go:125:16: cannot use a (type string) as type generator.GoPackageName in argument to p.Generator.PrintImport
plugin/imports.go:125:36: cannot use githubImports[a].packagePath (type string) as type generator.GoImportPath in argument to p.Generator.PrintImport
plugin/plugin.go:111:26: cannot use file.FileDescriptorProto (type *descriptor.FileDescriptorProto) as type string in argument to p.Generator.SetFile
plugin/plugin.go:149:13: p.FileOf undefined (type *OrmPlugin has no field or method FileOf)
plugin/plugin.go:187:13: p.FileOf undefined (type *OrmPlugin has no field or method FileOf)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: