heetch / sqalx

Nested transactions for sqlx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github.com/satori/go.uuid interface change

tshahmuratov opened this issue · comments

commented

Hi. I'm using dep to include sqalx.
Interface of github.com/satori/go.uuid changed and now we have
vendor/github.com/heetch/sqalx/sqalx.go:136:52: not enough arguments in call to uuid.Must
have (uuid.UUID)
want (uuid.UUID, error)
Is there any work around here?

Hello (and sorry for the extra late reply)
We changed the library used for UUIDs to github.com/rogpeppe/fastuuid when migrating to go modules, so I will go ahead and close this issue

Thanks for reporting anyway!