Skip to content

Commit b31a9f2

Browse files
committed
chore: added go mod tidy to clear up pipeline issues
Signed-off-by: twinguy <[email protected]>
1 parent c939814 commit b31a9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ require (
2424
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
2525
github.com/shirou/gopsutil v3.21.11+incompatible
2626
github.com/spf13/cobra v1.8.1
27+
github.com/spf13/pflag v1.0.5
2728
github.com/spf13/viper v1.13.0
2829
github.com/stretchr/testify v1.10.0
2930
golang.org/x/mod v0.22.0
@@ -186,7 +187,6 @@ require (
186187
github.com/spf13/afero v1.8.2 // indirect
187188
github.com/spf13/cast v1.7.0 // indirect
188189
github.com/spf13/jwalterweatherman v1.1.0 // indirect
189-
github.com/spf13/pflag v1.0.5 // indirect
190190
github.com/spiffe/go-spiffe/v2 v2.1.7 // indirect
191191
github.com/stoewer/go-strcase v1.3.0 // indirect
192192
github.com/subosito/gotenv v1.4.1 // indirect

0 commit comments

Comments
 (0)