Skip to content

Commit 9abb056

Browse files
fix(deps): update shared components packages
1 parent c4a60bf commit 9abb056

File tree

5,479 files changed

+573183
-191560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,479 files changed

+573183
-191560
lines changed

.github/workflows/add-issue-to-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Assign triaged issues to app-services project
1515
# 1.3.1
16-
uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1
16+
uses: srggrs/assign-one-project-github-action@4fc2b23bdaaac08e64dcc590a6e138d2f9b8c86e
1717
if: |
1818
contains(github.event.issue.labels.*.name, 'triage/accepted')
1919
with:

.github/workflows/changelog.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
-
2020
name: Install git-chglog
2121
# v1
22-
uses: craicoverflow/install-git-chglog@6d338c1d96dcbf12a2115fbe8e5b9817293aae33
22+
uses: craicoverflow/install-git-chglog@fd5ace93851e0e2a8deb0b3c31a07c79cb76fcf2
2323

2424
-
2525
name: Generate a CHANGELOG
2626
run: git-chglog -o CHANGELOG.md
2727

2828
# v4
29-
- uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a
29+
- uses: stefanzweifel/git-auto-commit-action@c86fa26bedab90b9a250e22f66759c0c50699f15
3030
with:
3131
branch: main
3232
file_pattern: CHANGELOG.md

.github/workflows/commit_lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
with:
1313
fetch-depth: 0
1414
# v4
15-
- uses: wagoid/commitlint-github-action@416045160973f9fff174ac6698412cfe7181c3f3
15+
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed

.github/workflows/gobuild.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v3
2727
- name: golangci-lint
2828
# v3
29-
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
29+
uses: golangci/golangci-lint-action@378320cf0deaa3d11c91d5c97d7489ebda3170cd
3030
with:
3131
version: v1.48.0
3232
# skip-go-installation: true

.github/workflows/issue-labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
# v2.5
11-
- uses: github/issue-labeler@6ca237433dbbb8e475241b7f38f4600d9e296c57
11+
- uses: github/issue-labeler@411dd122ee7386163194b2a61132422e54ec0d99
1212
with:
1313
repo-token: "${{ secrets.PROJECT_MANAGER_TOKEN }}"
1414
configuration-path: .github/labeler.yml

.github/workflows/modular-docs-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Generate generate-downstream-docs
2121
- name: Deploy
2222
# v4.4.1
23-
uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6
23+
uses: JamesIves/github-pages-deploy-action@88ad8a14b79d6122e3ca66b53289420a75ae86c0
2424
with:
2525
branch: modular-docs # The branch the action should deploy to.
2626
folder: dist # The folder the action should deploy.

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
-
3838
name: Install git-chglog
3939
# v1
40-
uses: craicoverflow/install-git-chglog@6d338c1d96dcbf12a2115fbe8e5b9817293aae33
40+
uses: craicoverflow/install-git-chglog@fd5ace93851e0e2a8deb0b3c31a07c79cb76fcf2
4141
-
4242
name: Generate release notes
4343
if: steps.check-tag.outputs.prerelease == 'false'
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Run GoReleaser
5252
# v3
53-
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757
53+
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3
5454
if: steps.check-tag.outputs.prerelease == 'false'
5555
with:
5656
version: latest
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Run GoReleaser on pre-release
6262
# v3
63-
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757
63+
uses: goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3
6464
if: steps.check-tag.outputs.prerelease == 'true'
6565
with:
6666
version: latest
@@ -71,7 +71,7 @@ jobs:
7171
- name: Notify Guides of new version
7272
if: steps.check-tag.outputs.prerelease == 'false'
7373
# v2
74-
uses: peter-evans/repository-dispatch@26b39ed245ab8f31526069329e112ab2fb224588
74+
uses: peter-evans/repository-dispatch@b0b38f73c8333be75d585a92b2c630a10d2a78f5
7575
with:
7676
token: ${{ secrets.APP_SERVICES_CI }}
7777
repository: redhat-developer/app-services-guides

go.mod

+50-62
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,44 @@
11
module github.com/redhat-developer/app-services-cli
22

3-
go 1.18
3+
go 1.23.0
4+
5+
toolchain go1.24.0
46

57
require (
6-
github.com/AlecAivazis/survey/v2 v2.3.6
7-
github.com/BurntSushi/toml v1.2.1
8+
github.com/AlecAivazis/survey/v2 v2.3.7
9+
github.com/BurntSushi/toml v1.4.0
810
github.com/MakeNowJust/heredoc v1.0.0
911
github.com/Nerzal/gocloak/v7 v7.11.0
1012
github.com/aerogear/charmil v0.8.3
1113
github.com/blang/semver v3.5.1+incompatible
12-
github.com/briandowns/spinner v1.19.0
13-
github.com/coreos/go-oidc/v3 v3.4.0
14-
github.com/fatih/color v1.13.0
14+
github.com/briandowns/spinner v1.23.2
15+
github.com/coreos/go-oidc/v3 v3.12.0
16+
github.com/fatih/color v1.18.0
1517
github.com/golang-jwt/jwt/v4 v4.5.1
1618
github.com/google/go-github/v39 v39.2.0
1719
github.com/jackdelahunt/survey-json-schema v0.13.0
1820
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
1921
github.com/landoop/tableprinter v0.0.0-20201125135848-89e81fc956e7
20-
github.com/mattn/go-isatty v0.0.16
21-
github.com/nicksnyder/go-i18n/v2 v2.2.1
22-
github.com/openconfig/goyang v1.2.0
22+
github.com/mattn/go-isatty v0.0.20
23+
github.com/nicksnyder/go-i18n/v2 v2.5.1
24+
github.com/openconfig/goyang v1.6.0
2325
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
2426
github.com/pkg/errors v0.9.1
2527
github.com/redhat-developer/service-binding-operator v0.9.0
26-
github.com/spf13/cobra v1.6.1
27-
github.com/spf13/pflag v1.0.5
28+
github.com/spf13/cobra v1.9.1
29+
github.com/spf13/pflag v1.0.6
2830
github.com/wtrocki/go-github-selfupdate v1.2.4
2931
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c
3032
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
31-
golang.org/x/oauth2 v0.3.0
32-
golang.org/x/text v0.5.0
33+
golang.org/x/oauth2 v0.26.0
34+
golang.org/x/text v0.22.0
3335
gopkg.in/AlecAivazis/survey.v1 v1.8.8
3436
gopkg.in/segmentio/analytics-go.v3 v3.1.0
3537
gopkg.in/yaml.v2 v2.4.0
36-
k8s.io/api v0.24.8
37-
k8s.io/apimachinery v0.24.8
38-
k8s.io/client-go v0.24.8
39-
k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
38+
k8s.io/api v0.32.2
39+
k8s.io/apimachinery v0.32.2
40+
k8s.io/client-go v0.32.2
41+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
4042
)
4143

4244
require (
@@ -50,48 +52,37 @@ require (
5052
)
5153

5254
require (
53-
cloud.google.com/go/compute v1.12.1 // indirect
54-
cloud.google.com/go/compute/metadata v0.2.1 // indirect
55-
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
56-
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
57-
github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
58-
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
59-
github.com/Azure/go-autorest/logger v0.2.1 // indirect
60-
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
6155
github.com/beorn7/perks v1.0.1 // indirect
6256
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
6357
github.com/cespare/xxhash/v2 v2.1.2 // indirect
64-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
65-
github.com/davecgh/go-spew v1.1.1 // indirect
58+
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
59+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6660
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 // indirect
6761
github.com/dustin/go-humanize v1.0.0 // indirect
6862
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
69-
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
7063
github.com/fsnotify/fsnotify v1.6.0 // indirect
71-
github.com/go-logr/logr v1.2.3 // indirect
64+
github.com/go-logr/logr v1.4.2 // indirect
7265
github.com/go-resty/resty/v2 v2.7.0 // indirect
7366
github.com/gogo/protobuf v1.3.2 // indirect
74-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
75-
github.com/golang/protobuf v1.5.2 // indirect
76-
github.com/google/go-cmp v0.5.9 // indirect
67+
github.com/golang/protobuf v1.5.4 // indirect
68+
github.com/google/go-cmp v0.6.0 // indirect
7769
github.com/google/go-github/v30 v30.1.0 // indirect
7870
github.com/google/go-querystring v1.1.0 // indirect
79-
github.com/google/gofuzz v1.1.0 // indirect
80-
github.com/google/uuid v1.3.0 // indirect
71+
github.com/google/gofuzz v1.2.0 // indirect
72+
github.com/google/uuid v1.6.0 // indirect
8173
github.com/iancoleman/orderedmap v0.2.0 // indirect
8274
github.com/imdario/mergo v0.3.12 // indirect
8375
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
84-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
76+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8577
github.com/json-iterator/go v1.1.12 // indirect
8678
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
87-
github.com/kr/pretty v0.3.0 // indirect
88-
github.com/mattn/go-colorable v0.1.12 // indirect
79+
github.com/mattn/go-colorable v0.1.13 // indirect
8980
github.com/mattn/go-runewidth v0.0.14 // indirect
9081
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
9182
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
9283
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9384
github.com/modern-go/reflect2 v1.0.2 // indirect
94-
github.com/openshift-online/ocm-sdk-go v0.1.306
85+
github.com/openshift-online/ocm-sdk-go v0.1.459
9586
github.com/prometheus/client_golang v1.14.0 // indirect
9687
github.com/prometheus/client_model v0.3.0 // indirect
9788
github.com/prometheus/common v0.39.0 // indirect
@@ -101,31 +92,28 @@ require (
10192
github.com/russross/blackfriday/v2 v2.1.0 // indirect
10293
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
10394
github.com/segmentio/ksuid v1.0.4 // indirect
104-
github.com/stretchr/testify v1.8.1 // indirect
10595
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
10696
github.com/ulikunitz/xz v0.5.10 // indirect
10797
go.uber.org/atomic v1.9.0 // indirect
10898
go.uber.org/multierr v1.8.0 // indirect
10999
go.uber.org/zap v1.21.0 // indirect
110-
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be // indirect
111-
golang.org/x/net v0.4.0 // indirect
112-
golang.org/x/sys v0.3.0 // indirect
113-
golang.org/x/term v0.3.0 // indirect
114-
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
100+
golang.org/x/crypto v0.28.0 // indirect
101+
golang.org/x/net v0.30.0 // indirect
102+
golang.org/x/sys v0.26.0 // indirect
103+
golang.org/x/term v0.25.0 // indirect
104+
golang.org/x/time v0.7.0 // indirect
115105
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
116106
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
117-
google.golang.org/appengine v1.6.7 // indirect
118-
google.golang.org/protobuf v1.28.1 // indirect
107+
google.golang.org/protobuf v1.35.1 // indirect
119108
gopkg.in/inf.v0 v0.9.1 // indirect
120-
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
121109
gopkg.in/yaml.v3 v3.0.1 // indirect
122110
k8s.io/apiextensions-apiserver v0.24.0 // indirect
123111
k8s.io/component-base v0.24.0 // indirect
124-
k8s.io/klog/v2 v2.60.1 // indirect
125-
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
112+
k8s.io/klog/v2 v2.130.1 // indirect
113+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
126114
sigs.k8s.io/controller-runtime v0.12.1 // indirect
127-
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
128-
sigs.k8s.io/yaml v1.3.0 // indirect
115+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
116+
sigs.k8s.io/yaml v1.4.0 // indirect
129117
)
130118

131119
require (
@@ -136,20 +124,20 @@ require (
136124
github.com/microcosm-cc/bluemonday v1.0.21 // indirect
137125
)
138126

139-
require github.com/onsi/gomega v1.24.2 // indirect
140-
141127
require (
142-
github.com/PuerkitoBio/purell v1.1.1 // indirect
143-
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
144-
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
145-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
146-
github.com/go-openapi/jsonreference v0.19.5 // indirect
147-
github.com/go-openapi/swag v0.19.14 // indirect
148-
github.com/google/gnostic v0.5.7-v3refs // indirect
128+
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
129+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
130+
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
131+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
132+
github.com/go-openapi/jsonreference v0.20.2 // indirect
133+
github.com/go-openapi/swag v0.23.0 // indirect
134+
github.com/google/gnostic-models v0.6.8 // indirect
149135
github.com/itchyny/gojq v0.12.10 // indirect
150136
github.com/josharian/intern v1.0.0 // indirect
151137
github.com/mailru/easyjson v0.7.7 // indirect
152138
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
153-
github.com/onsi/ginkgo/v2 v2.6.1 // indirect
154-
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
139+
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
140+
github.com/x448/float16 v0.8.4 // indirect
141+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
142+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
155143
)

0 commit comments

Comments
 (0)