cockroachdb / errors

Go error library with error portability over the network
Apache License 2.0
2.07k stars 66 forks source link

pkg/errors dependency #91

Open laoshaw opened 2 years ago

laoshaw commented 2 years ago

pkg/errors is no longer maintained, cockroachdb/errors still depends on it, will that be an issue down the road.

looking for a pkg/errors replacement and just found this project, will start using it.

knz commented 2 years ago

thanks!

the dependency is there just to reuse a particular data type there. Even if it's not maintained any more, that part still works. We can drop the dependency probably by re-implementing the same type.