Skip to content

Commit 4d854e2

Browse files
committedNov 26, 2024
Fix typo
1 parent 8bf0ad3 commit 4d854e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.23.2
55
require (
66
github.com/fatih/color v1.18.0
77
github.com/olekukonko/tablewriter v0.0.5
8+
github.com/pkg/errors v0.9.1
89
github.com/prometheus/client_golang v1.20.5
910
github.com/spf13/cobra v1.8.1
1011
k8s.io/api v0.31.3
@@ -44,7 +45,6 @@ require (
4445
github.com/modern-go/reflect2 v1.0.2 // indirect
4546
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4647
github.com/onsi/gomega v1.33.1 // indirect
47-
github.com/pkg/errors v0.9.1 // indirect
4848
github.com/prometheus/client_model v0.6.1 // indirect
4949
github.com/prometheus/common v0.55.0 // indirect
5050
github.com/prometheus/procfs v0.15.1 // indirect

0 commit comments

Comments
 (0)
Failed to load comments.