Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 61e801c

Browse files
committedApr 4, 2025·
vendor
1 parent 039212c commit 61e801c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

Diff for: ‎go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ require (
4242
sigs.k8s.io/yaml v1.4.0
4343
)
4444

45+
require github.com/pkg/errors v0.9.1
46+
4547
require (
4648
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
4749
4d63.com/gochecknoglobals v0.2.1 // indirect
@@ -235,7 +237,6 @@ require (
235237
github.com/opencontainers/selinux v1.11.1 // indirect
236238
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
237239
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
238-
github.com/pkg/errors v0.9.1 // indirect
239240
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
240241
github.com/polyfloyd/go-errorlint v1.7.0 // indirect
241242
github.com/prometheus/client_model v0.6.1 // indirect

0 commit comments

Comments
 (0)
Please sign in to comment.