File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/modelcontextprotocol/go-sdk v0.3.0
1616 github.com/opencontainers/go-digest v1.0.0
1717 github.com/sourcegraph/jsonrpc2 v0.2.1
18- github.com/spf13/cobra v1.9 .1
18+ github.com/spf13/cobra v1.10 .1
1919 go.uber.org/multierr v1.11.0
2020 google.golang.org/grpc v1.75.0
2121 gopkg.in/yaml.v3 v3.0.1
@@ -31,7 +31,7 @@ require (
3131 github.com/lestrrat-go/option v1.0.1 // indirect
3232 github.com/lestrrat-go/option/v2 v2.0.0 // indirect
3333 github.com/segmentio/asm v1.2.0 // indirect
34- github.com/spf13/pflag v1.0.6 // indirect
34+ github.com/spf13/pflag v1.0.9 // indirect
3535 github.com/valyala/fastjson v1.6.4 // indirect
3636 github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
3737 github.com/zeebo/xxh3 v1.0.2 // indirect
Original file line number Diff line number Diff line change @@ -58,8 +58,12 @@ github.com/sourcegraph/jsonrpc2 v0.2.1 h1:2GtljixMQYUYCmIg7W9aF2dFmniq/mOr2T9tFR
5858github.com/sourcegraph/jsonrpc2 v0.2.1 /go.mod h1:ZafdZgk/axhT1cvZAPOhw+95nz2I/Ra5qMlU4gTRwIo =
5959github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo =
6060github.com/spf13/cobra v1.9.1 /go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0 =
61+ github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s =
62+ github.com/spf13/cobra v1.10.1 /go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0 =
6163github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o =
6264github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
65+ github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY =
66+ github.com/spf13/pflag v1.0.9 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
6367github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
6468github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
6569github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
You can’t perform that action at this time.
0 commit comments