volatiletech / sqlboiler

Generate a Go ORM tailored to your database schema.
BSD 3-Clause "New" or "Revised" License
6.73k stars 544 forks source link

github.com/satori/go.uuid/ public API change broke the tests #243

Closed diraven closed 6 years ago

diraven commented 6 years ago

If you're having a generation problem please answer these questions before submitting your issue. Thanks!

What version of SQLBoiler are you using (sqlboiler --version)?

SQLBoiler v2.6.0

If this happened at generation time what was the full SQLBoiler command you used to generate your models? (if not applicable leave blank)

On testing generated code.

Long story short: github.com/satori/go.uuid/ introduced public API breaking change.

Checking it out seems to work, but will be broken again on the next go get -u unless you use package vendoring/versioning of some kind.

diraven commented 6 years ago

Oops, looks like it's already somewhat figured out: https://github.com/volatiletech/sqlboiler/pull/236