yuzutech / kroki-cli

A Kroki CLI
MIT License
65 stars 6 forks source link

Package `github.com/pkg/errors` is unmaintained #33

Closed folliehiyuki closed 1 year ago

folliehiyuki commented 2 years ago

The repository is archived upstream. See the issue here https://github.com/pkg/errors/issues/245.

I think this also affects kroki-go project.

ggrossetie commented 2 years ago

What do you suggest as an alternative? It seems that Go 2 might address this "issue" but I don't know when this version will be released: https://go.googlesource.com/proposal/+/master/design/go2draft-error-handling.md

folliehiyuki commented 2 years ago

From what I see from the linked thread above, other projects either implement their own methods or live within the constraint of what the standard library provides.

I'm not a Go developer though, so I honestly don't know what we should do.