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 (
8
8
github.com/mark3labs/mcp-go v0.37.0
9
9
github.com/openshift-online/ocm-sdk-go v0.1.473
10
10
github.com/spf13/cobra v1.9.1
11
+ github.com/spf13/pflag v1.0.6
11
12
)
12
13
13
14
require (
@@ -25,7 +26,7 @@ require (
25
26
github.com/invopop/jsonschema v0.13.0 // indirect
26
27
github.com/json-iterator/go v1.1.12 // indirect
27
28
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
29
30
github.com/microcosm-cc/bluemonday v1.0.18 // indirect
30
31
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
31
32
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -37,7 +38,6 @@ require (
37
38
github.com/prometheus/procfs v0.7.3 // indirect
38
39
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
39
40
github.com/spf13/cast v1.7.1 // indirect
40
- github.com/spf13/pflag v1.0.6 // indirect
41
41
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
42
42
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
43
43
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
200
200
github.com/mailru/easyjson v0.7.7 /go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc =
201
201
github.com/mark3labs/mcp-go v0.37.0 h1:BywvZLPRT6Zx6mMG/MJfxLSZQkTGIcJSEGKsvr4DsoQ =
202
202
github.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 =
204
203
github.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 =
205
206
github.com/microcosm-cc/bluemonday v1.0.18 h1:6HcxvXDAi3ARt3slx6nTesbvorIc3QeTzBNRvWktHBo =
206
207
github.com/microcosm-cc/bluemonday v1.0.18 /go.mod h1:Z0r70sCuXHig8YpBzCc5eGHAap2K7e/u082ZUpDRRqM =
207
208
github.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