File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010
1111require (
1212 github.com/rs/xid v1.6.0
13- github.com/spf13/cobra v1.9 .1
13+ github.com/spf13/cobra v1.10 .1
1414 github.com/stretchr/testify v1.10.0
1515 golang.org/x/sync v0.17.0
1616 google.golang.org/grpc v1.74.2
@@ -86,7 +86,7 @@ require (
8686 github.com/segmentio/asm v1.2.0 // indirect
8787 github.com/segmentio/encoding v0.5.1 // indirect
8888 github.com/sirupsen/logrus v1.9.3 // indirect
89- github.com/spf13/pflag v1.0.6 // indirect
89+ github.com/spf13/pflag v1.0.9 // indirect
9090 github.com/stoewer/go-strcase v1.3.0 // indirect
9191 github.com/tetratelabs/wazero v1.9.0 // indirect
9292 github.com/vbatts/tar-split v0.12.1 // indirect
Original file line number Diff line number Diff line change @@ -168,10 +168,10 @@ github.com/segmentio/encoding v0.5.1 h1:LhmgXA5/alniiqfc4cYYrxF6DbUQ3m8MVz4/LQIU
168168github.com/segmentio/encoding v0.5.1 /go.mod h1:HS1ZKa3kSN32ZHVZ7ZLPLXWvOVIiZtyJnO1gPH1sKt0 =
169169github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ =
170170github.com/sirupsen/logrus v1.9.3 /go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ =
171- github.com/spf13/cobra v1.9 .1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
172- github.com/spf13/cobra v1.9 .1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
173- github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
174- github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
171+ github.com/spf13/cobra v1.10 .1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
172+ github.com/spf13/cobra v1.10 .1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
173+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
174+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
175175github.com/stoewer/go-strcase v1.3.0 h1:g0eASXYtp+yvN9fK8sH94oCIk0fau9uV1/ZdJ0AVEzs =
176176github.com/stoewer/go-strcase v1.3.0 /go.mod h1:fAH5hQ5pehh+j3nZfvwdk2RgEgQjAoM8wodgtPmh1xo =
177177github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
You can’t perform that action at this time.
0 commit comments