remove usages of WithStack, removes github.com/pkg/errors as direct dep

Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
Ryan Richard
2026-05-07 10:57:39 -07:00
parent f9a863f220
commit c8e98d350e
7 changed files with 42 additions and 66 deletions
+1 -1
View File
@@ -30,7 +30,6 @@ require (
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/ory/fosite v0.49.1-0.20250703093431-a5f0b09bf31c
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/pkg/errors v0.9.1
github.com/sclevine/spec v1.4.0
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
@@ -127,6 +126,7 @@ require (
github.com/ory/go-convenience v0.1.0 // indirect
github.com/ory/x v0.0.677 // indirect
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/pquerna/cachecontrol v0.1.0 // indirect
github.com/prometheus/client_golang v1.23.2 // indirect