lileio / lile

Easily generate gRPC services in Go ⚡️
MIT License
1.51k stars 88 forks source link

Fix usage of uuid.NewV1() #28

Closed jonbretman closed 6 years ago

jonbretman commented 6 years ago

Was getting this error when trying to update. Not sure how tests are passing on CI though... 😕

Jons-MacBook-Pro:lile jonbretman$ go get -u github.com/lileio/lile
# github.com/lileio/lile
../lile/lile.go:118:19: multiple-value uuid.NewV1() in single-value context
jonbretman commented 6 years ago

Ok I get it, the method signature changed https://github.com/satori/go.uuid/commit/0ef6afb2f6cdd6cdaeee3885a95099c63f18fc8c#diff-18f04d9ad3369192f1154eb2a981af41R51

arbarlow commented 6 years ago

Lile uses Dep so this "shouldn't" be a problem when you dep ensure the app?