1
1
module github.com/redhat-developer/app-services-cli
2
2
3
- go 1.18
3
+ go 1.23.0
4
+
5
+ toolchain go1.24.1
4
6
5
7
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.5.0
8
10
github.com/MakeNowJust/heredoc v1.0.0
9
11
github.com/Nerzal/gocloak/v7 v7.11.0
10
12
github.com/aerogear/charmil v0.8.3
11
13
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.13 .0
16
+ github.com/fatih/color v1.18 .0
15
17
github.com/golang-jwt/jwt/v4 v4.5.1
16
18
github.com/google/go-github/v39 v39.2.0
17
19
github.com/jackdelahunt/survey-json-schema v0.13.0
18
20
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
19
21
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.2
23
25
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
24
26
github.com/pkg/errors v0.9.1
25
27
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
28
30
github.com/wtrocki/go-github-selfupdate v1.2.4
29
31
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c
30
32
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.28 .0
34
+ golang.org/x/text v0.23 .0
33
35
gopkg.in/AlecAivazis/survey.v1 v1.8.8
34
36
gopkg.in/segmentio/analytics-go.v3 v3.1.0
35
37
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.3
39
+ k8s.io/apimachinery v0.32.3
40
+ k8s.io/client-go v0.32.3
41
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
40
42
)
41
43
42
44
require (
@@ -50,48 +52,37 @@ require (
50
52
)
51
53
52
54
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
61
55
github.com/beorn7/perks v1.0.1 // indirect
62
56
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
63
57
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
66
60
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 // indirect
67
61
github.com/dustin/go-humanize v1.0.0 // indirect
68
62
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
69
- github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
70
63
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
72
65
github.com/go-resty/resty/v2 v2.7.0 // indirect
73
66
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
77
69
github.com/google/go-github/v30 v30.1.0 // indirect
78
70
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
81
73
github.com/iancoleman/orderedmap v0.2.0 // indirect
82
74
github.com/imdario/mergo v0.3.12 // indirect
83
75
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
85
77
github.com/json-iterator/go v1.1.12 // indirect
86
78
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
89
80
github.com/mattn/go-runewidth v0.0.14 // indirect
90
81
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
91
82
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
92
83
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
93
84
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.462
95
86
github.com/prometheus/client_golang v1.14.0 // indirect
96
87
github.com/prometheus/client_model v0.3.0 // indirect
97
88
github.com/prometheus/common v0.39.0 // indirect
@@ -101,31 +92,28 @@ require (
101
92
github.com/russross/blackfriday/v2 v2.1.0 // indirect
102
93
github.com/segmentio/backo-go v0.0.0-20200129164019-23eae7c10bd3 // indirect
103
94
github.com/segmentio/ksuid v1.0.4 // indirect
104
- github.com/stretchr/testify v1.8.1 // indirect
105
95
github.com/tcnksm/go-gitconfig v0.1.2 // indirect
106
96
github.com/ulikunitz/xz v0.5.10 // indirect
107
97
go.uber.org/atomic v1.9.0 // indirect
108
98
go.uber.org/multierr v1.8.0 // indirect
109
99
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.36.0 // indirect
101
+ golang.org/x/net v0.37 .0 // indirect
102
+ golang.org/x/sys v0.31 .0 // indirect
103
+ golang.org/x/term v0.30 .0 // indirect
104
+ golang.org/x/time v0.7.0 // indirect
115
105
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
116
106
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
119
108
gopkg.in/inf.v0 v0.9.1 // indirect
120
- gopkg.in/square/go-jose.v2 v2.6.0 // indirect
121
109
gopkg.in/yaml.v3 v3.0.1 // indirect
122
110
k8s.io/apiextensions-apiserver v0.24.0 // indirect
123
111
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
126
114
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
129
117
)
130
118
131
119
require (
@@ -136,20 +124,20 @@ require (
136
124
github.com/microcosm-cc/bluemonday v1.0.21 // indirect
137
125
)
138
126
139
- require github.com/onsi/gomega v1.24.2 // indirect
140
-
141
127
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.5 // 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
149
135
github.com/itchyny/gojq v0.12.10 // indirect
150
136
github.com/josharian/intern v1.0.0 // indirect
151
137
github.com/mailru/easyjson v0.7.7 // indirect
152
138
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
155
143
)
0 commit comments