gofrog icon indicating copy to clipboard operation
gofrog copied to clipboard

Remove usage of archived module `github.com/pkg/errors`

Open NitinRamesh25 opened this issue 6 months ago • 1 comments

Currently github.com/pkg/errors is a direct dependency. However this repository has already been archived for over a year. Requesting to remove usage of this outdated library, as similar things have been done in other open-source modules.

NitinRamesh25 avatar Aug 25 '25 01:08 NitinRamesh25

Any update on this ? It's only used in one place, to add stacktrace to the error instance. Can't this simply be achieved using the runtime in-built module instead of relying on an outdated module github.com/pkg/errors

NitinRamesh25 avatar Sep 04 '25 03:09 NitinRamesh25