File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,15 @@ 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 (
14
15
github.com/aymerick/douceur v0.2.0 // indirect
15
16
github.com/bahlo/generic-list-go v0.2.0 // indirect
16
17
github.com/beorn7/perks v1.0.1 // indirect
17
18
github.com/buger/jsonparser v1.1.1 // indirect
18
- github.com/cenkalti/backoff/v4 v4.1.3 // indirect
19
+ github.com/cenkalti/backoff/v4 v4.3.0 // indirect
19
20
github.com/cespare/xxhash/v2 v2.1.2 // indirect
20
21
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
21
22
github.com/golang/protobuf v1.5.3 // 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 @@ -50,8 +50,8 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
50
50
github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
51
51
github.com/buger/jsonparser v1.1.1 h1:2PnMjfWD7wBILjqQbt530v576A/cAbQvEW9gGIpYMUs =
52
52
github.com/buger/jsonparser v1.1.1 /go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0 =
53
- github.com/cenkalti/backoff/v4 v4.1.3 h1:cFAlzYUlVYDysBEH2T5hyJZMh3+5+WCBvSnK6Q8UtC4 =
54
- github.com/cenkalti/backoff/v4 v4.1.3 /go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw =
53
+ github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8 =
54
+ github.com/cenkalti/backoff/v4 v4.3.0 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
55
55
github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
56
56
github.com/cespare/xxhash/v2 v2.1.1 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
57
57
github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE =
You can’t perform that action at this time.
0 commit comments