glerchundi / sqlboiler-crdb

23 stars 20 forks source link

Remove dependency on deprecated pkg/errors #51

Open adammohammed opened 1 year ago

adammohammed commented 1 year ago

Since volatiletech/sqlboiler only supports go 1.13 and above, we can safely discard the deprecated version pkg/errors in favor of the standard library version.