Skip to content

Commit

Permalink
Merge pull request #170 from martijnjanssen/fix-uuid-compatibility
Browse files Browse the repository at this point in the history
Change import version to be goa 1.4.1 compatible
  • Loading branch information
raphael authored Feb 19, 2019
2 parents d88cdd9 + 462b776 commit 0c763c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (g *Generator) generateUserTypes(outdir string, api *design.APIDefinition)
codegen.SimpleImport("time"),
codegen.SimpleImport("github.com/goadesign/goa"),
codegen.SimpleImport("github.com/jinzhu/gorm"),
codegen.NewImport("uuid", "github.com/satori/go.uuid"),
codegen.SimpleImport("github.com/gofrs/uuid"),
}

if model.Cached {
Expand Down

0 comments on commit 0c763c6

Please sign in to comment.