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 (
@@ -20,7 +21,7 @@ require (
20
21
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
21
22
github.com/golang/protobuf v1.5.3 // indirect
22
23
github.com/google/uuid v1.6.0 // indirect
23
- github.com/gorilla/css v1.0.0 // indirect
24
+ github.com/gorilla/css v1.0.1 // indirect
24
25
github.com/inconshreveable/mousetrap v1.1.0 // indirect
25
26
github.com/invopop/jsonschema v0.13.0 // indirect
26
27
github.com/json-iterator/go v1.1.12 // 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 @@ -145,8 +145,9 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
145
145
github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
146
146
github.com/googleapis/gax-go/v2 v2.0.4 /go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg =
147
147
github.com/googleapis/gax-go/v2 v2.0.5 /go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk =
148
- github.com/gorilla/css v1.0.0 h1:BQqNyPTi50JCFMTw/b67hByjMVXZRwGha6wxVGkeihY =
149
148
github.com/gorilla/css v1.0.0 /go.mod h1:Dn721qIggHpt4+EFCcTLTU/vk5ySda2ReITrtgBl60c =
149
+ github.com/gorilla/css v1.0.1 h1:ntNaBIghp6JmvWnxbZKANoLyuXTPZ4cAMlo6RyhlbO8 =
150
+ github.com/gorilla/css v1.0.1 /go.mod h1:BvnYkspnSzMmwRK+b8/xgNPLiIuNZr6vbZBTPQ2A3b0 =
150
151
github.com/hashicorp/golang-lru v0.5.0 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
151
152
github.com/hashicorp/golang-lru v0.5.1 /go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8 =
152
153
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 /go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc =
You can’t perform that action at this time.
0 commit comments