File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ require (
88 github.com/mark3labs/mcp-go v0.37.0
99 github.com/openshift-online/ocm-sdk-go v0.1.473
1010 github.com/spf13/cobra v1.9.1
11+ github.com/spf13/pflag v1.0.6
1112)
1213
1314require (
@@ -25,7 +26,7 @@ require (
2526 github.com/invopop/jsonschema v0.13.0 // indirect
2627 github.com/json-iterator/go v1.1.12 // indirect
2728 github.com/mailru/easyjson v0.7.7 // indirect
28- github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
29+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
2930 github.com/microcosm-cc/bluemonday v1.0.18 // indirect
3031 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3132 github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -37,7 +38,6 @@ require (
3738 github.com/prometheus/procfs v0.7.3 // indirect
3839 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
3940 github.com/spf13/cast v1.7.1 // indirect
40- github.com/spf13/pflag v1.0.6 // indirect
4141 github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
4242 github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
4343 golang.org/x/net v0.21.0 // indirect
Original file line number Diff line number Diff line change @@ -200,8 +200,9 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
200200github.com/mailru/easyjson v0.7.7 /go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
201201github.com/mark3labs/mcp-go v0.37.0 h1:BywvZLPRT6Zx6mMG/MJfxLSZQkTGIcJSEGKsvr4DsoQ =
202202github.com/mark3labs/mcp-go v0.37.0 /go.mod h1:T7tUa2jO6MavG+3P25Oy/jR7iCeJPHImCZHRymCn39g =
203- github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU =
204203github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
204+ github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo =
205+ github.com/matttproud/golang_protobuf_extensions v1.0.4 /go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4 =
205206github.com/microcosm-cc/bluemonday v1.0.18 h1:6HcxvXDAi3ARt3slx6nTesbvorIc3QeTzBNRvWktHBo =
206207github.com/microcosm-cc/bluemonday v1.0.18 /go.mod h1:Z0r70sCuXHig8YpBzCc5eGHAap2K7e/u082ZUpDRRqM =
207208github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
You can’t perform that action at this time.
0 commit comments