Replace github.com/pkg/errors with stdlib errors/fmt (#2400)

This commit is contained in:
James Raspass
2024-03-16 08:10:49 +00:00
committed by GitHub
parent 05b76852bd
commit 5d887cbd41
4 changed files with 4 additions and 7 deletions

1
go.mod
View File

@@ -25,7 +25,6 @@ require (
github.com/itchyny/timefmt-go v0.1.5 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/ohler55/ojg v1.21.4 // indirect
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect