We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf0ad3 commit 4d854e2Copy full SHA for 4d854e2
go.mod
@@ -5,6 +5,7 @@ go 1.23.2
5
require (
6
github.com/fatih/color v1.18.0
7
github.com/olekukonko/tablewriter v0.0.5
8
+ github.com/pkg/errors v0.9.1
9
github.com/prometheus/client_golang v1.20.5
10
github.com/spf13/cobra v1.8.1
11
k8s.io/api v0.31.3
@@ -44,7 +45,6 @@ require (
44
45
github.com/modern-go/reflect2 v1.0.2 // indirect
46
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
47
github.com/onsi/gomega v1.33.1 // indirect
- github.com/pkg/errors v0.9.1 // indirect
48
github.com/prometheus/client_model v0.6.1 // indirect
49
github.com/prometheus/common v0.55.0 // indirect
50
github.com/prometheus/procfs v0.15.1 // indirect
0 commit comments