mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
Replace github.com/pkg/errors with stdlib errors/fmt (#2400)
This commit is contained in:
1
go.mod
1
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user