File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ require (
29
29
github.com/shirou/gopsutil/v3 v3.24.5
30
30
github.com/shurcooL/githubv4 v0.0.0-20220115235240-a14260e6f8a2
31
31
github.com/sirupsen/logrus v1.9.3
32
- github.com/spf13/cobra v1.9 .1
32
+ github.com/spf13/cobra v1.10 .1
33
33
github.com/stretchr/testify v1.11.1
34
34
github.com/tj/go-spin v1.1.0
35
35
github.com/yuin/goldmark v1.7.13
@@ -255,7 +255,7 @@ require (
255
255
github.com/sourcegraph/conc v0.3.0 // indirect
256
256
github.com/spf13/afero v1.12.0 // indirect
257
257
github.com/spf13/cast v1.7.1 // indirect
258
- github.com/spf13/pflag v1.0.7 // indirect
258
+ github.com/spf13/pflag v1.0.9 // indirect
259
259
github.com/spf13/viper v1.20.1 // indirect
260
260
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
261
261
github.com/subosito/gotenv v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -828,11 +828,10 @@ github.com/spf13/afero v1.12.0 h1:UcOPyRBYczmFn6yvphxkn9ZEOY65cpwGKb5mL36mrqs=
828
828
github.com/spf13/afero v1.12.0 /go.mod h1:ZTlWwG4/ahT8W7T0WQ5uYmjI9duaLQGy3Q2OAl4sk/4 =
829
829
github.com/spf13/cast v1.7.1 h1:cuNEagBQEHWN1FnbGEjCXL2szYEXqfJPbP2HNUaca9Y =
830
830
github.com/spf13/cast v1.7.1 /go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo =
831
- github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
832
- github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
833
- github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
834
- github.com/spf13/pflag v1.0.7 h1:vN6T9TfwStFPFM5XzjsvmzZkLuaLX+HS+0SeFLRgU6M =
835
- github.com/spf13/pflag v1.0.7 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
831
+ github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
832
+ github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
833
+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
834
+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
836
835
github.com/spf13/viper v1.20.1 h1:ZMi+z/lvLyPSCoNtFCpqjy0S4kPbirhpTMwl8BkW9X4 =
837
836
github.com/spf13/viper v1.20.1 /go.mod h1:P9Mdzt1zoHIG8m2eZQinpiBjo6kCmZSKBClNNqjJvu4 =
838
837
github.com/spiffe/go-spiffe/v2 v2.5.0 h1:N2I01KCUkv1FAjZXJMwh95KK1ZIQLYbPfhaxw8WS0hE =
You can’t perform that action at this time.
0 commit comments