chore: added go mod tidy to clear up pipeline issues

Signed-off-by: twinguy <twinguy17@gmail.com>
This commit is contained in:
twinguy 2025-04-14 21:37:58 -05:00
parent c939814420
commit b31a9f2c56
No known key found for this signature in database
GPG Key ID: 70E5665641CA5676
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -24,6 +24,7 @@ require (
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.10.0
golang.org/x/mod v0.22.0
@ -186,7 +187,6 @@ require (
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.7.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spiffe/go-spiffe/v2 v2.1.7 // indirect
github.com/stoewer/go-strcase v1.3.0 // indirect
github.com/subosito/gotenv v1.4.1 // indirect