@@ -9,23 +9,23 @@ require (
9
9
github.com/Nerzal/gocloak/v7 v7.11.0
10
10
github.com/aerogear/charmil v0.8.3
11
11
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
12
+ github.com/briandowns/spinner v1.20 .0
13
+ github.com/coreos/go-oidc/v3 v3.5 .0
14
14
github.com/fatih/color v1.13.0
15
15
github.com/golang-jwt/jwt/v4 v4.4.3
16
16
github.com/google/go-github/v39 v39.2.0
17
17
github.com/jackdelahunt/survey-json-schema v0.12.0
18
18
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
19
19
github.com/landoop/tableprinter v0.0.0-20201125135848-89e81fc956e7
20
- github.com/mattn/go-isatty v0.0.16
20
+ github.com/mattn/go-isatty v0.0.17
21
21
github.com/nicksnyder/go-i18n/v2 v2.2.1
22
22
github.com/openconfig/goyang v1.2.0
23
23
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
24
24
github.com/pkg/errors v0.9.1
25
25
github.com/redhat-developer/app-services-sdk-go/accountmgmt v0.3.0
26
- github.com/redhat-developer/app-services-sdk-go/connectormgmt v0.10 .0
26
+ github.com/redhat-developer/app-services-sdk-go/connectormgmt v0.11 .0
27
27
github.com/redhat-developer/app-services-sdk-go/kafkainstance v0.11.0
28
- github.com/redhat-developer/app-services-sdk-go/kafkamgmt v0.15 .0
28
+ github.com/redhat-developer/app-services-sdk-go/kafkamgmt v0.16 .0
29
29
github.com/redhat-developer/app-services-sdk-go/registryinstance v0.8.2
30
30
github.com/redhat-developer/app-services-sdk-go/registrymgmt v0.11.1
31
31
github.com/redhat-developer/app-services-sdk-go/serviceaccountmgmt v0.9.0
@@ -35,60 +35,59 @@ require (
35
35
github.com/wtrocki/go-github-selfupdate v1.2.4
36
36
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c
37
37
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
38
- golang.org/x/oauth2 v0.2 .0
39
- golang.org/x/text v0.4 .0
38
+ golang.org/x/oauth2 v0.4 .0
39
+ golang.org/x/text v0.6 .0
40
40
gopkg.in/AlecAivazis/survey.v1 v1.8.8
41
41
gopkg.in/segmentio/analytics-go.v3 v3.1.0
42
42
gopkg.in/yaml.v2 v2.4.0
43
- k8s.io/api v0.22.4
44
- k8s.io/apimachinery v0.22.4
45
- k8s.io/client-go v0.22.4
46
- k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
43
+ k8s.io/api v0.26.0
44
+ k8s.io/apimachinery v0.26.0
45
+ k8s.io/client-go v0.26.0
46
+ k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
47
47
)
48
48
49
49
require (
50
- cloud.google.com/go/compute v1.12.1 // indirect
51
- cloud.google.com/go/compute/metadata v0.2.1 // indirect
52
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
53
- github.com/Azure/go-autorest/autorest v0.11.18 // indirect
54
- github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
55
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
56
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
57
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
58
50
github.com/beorn7/perks v1.0.1 // indirect
59
51
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
60
52
github.com/cespare/xxhash/v2 v2.1.1 // indirect
61
53
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
62
54
github.com/davecgh/go-spew v1.1.1 // indirect
63
55
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 // indirect
64
56
github.com/dustin/go-humanize v1.0.0 // indirect
65
- github.com/evanphx/json-patch v4.11.0+incompatible // indirect
66
- github.com/form3tech-oss/jwt-go v3.2.3 +incompatible // indirect
57
+ github.com/emicklei/go-restful/v3 v3.9.0 // indirect
58
+ github.com/evanphx/json-patch v4.12.0 +incompatible // indirect
67
59
github.com/fsnotify/fsnotify v1.6.0 // indirect
68
- github.com/go-logr/logr v0.4.0 // indirect
60
+ github.com/go-jose/go-jose/v3 v3.0.0 // indirect
61
+ github.com/go-logr/logr v1.2.3 // indirect
62
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
63
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
64
+ github.com/go-openapi/swag v0.19.14 // indirect
69
65
github.com/go-resty/resty/v2 v2.3.0 // indirect
70
66
github.com/gogo/protobuf v1.3.2 // indirect
71
67
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
72
68
github.com/golang/protobuf v1.5.2 // indirect
69
+ github.com/google/gnostic v0.5.7-v3refs // indirect
73
70
github.com/google/go-cmp v0.5.9 // indirect
74
71
github.com/google/go-github/v30 v30.1.0 // indirect
75
72
github.com/google/go-querystring v1.1.0 // indirect
76
73
github.com/google/gofuzz v1.1.0 // indirect
77
74
github.com/google/uuid v1.1.2 // indirect
78
- github.com/googleapis/gnostic v0.5.5 // indirect
79
75
github.com/iancoleman/orderedmap v0.2.0 // indirect
80
76
github.com/imdario/mergo v0.3.12 // indirect
81
77
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
82
78
github.com/inconshreveable/mousetrap v1.0.1 // indirect
79
+ github.com/josharian/intern v1.0.0 // indirect
83
80
github.com/json-iterator/go v1.1.12 // indirect
84
81
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
85
82
github.com/kr/pretty v0.3.0 // indirect
83
+ github.com/mailru/easyjson v0.7.6 // indirect
86
84
github.com/mattn/go-colorable v0.1.12 // indirect
87
85
github.com/mattn/go-runewidth v0.0.13 // indirect
88
86
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
89
87
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
90
88
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
91
89
github.com/modern-go/reflect2 v1.0.2 // indirect
90
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
92
91
github.com/prometheus/client_golang v1.11.0 // indirect
93
92
github.com/prometheus/client_model v0.2.0 // indirect
94
93
github.com/prometheus/common v0.26.0 // indirect
@@ -106,22 +105,22 @@ require (
106
105
go.uber.org/multierr v1.8.0 // indirect
107
106
go.uber.org/zap v1.21.0 // indirect
108
107
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
109
- golang.org/x/net v0.2 .0 // indirect
110
- golang.org/x/sys v0.2 .0 // indirect
111
- golang.org/x/term v0.2 .0 // indirect
108
+ golang.org/x/net v0.5 .0 // indirect
109
+ golang.org/x/sys v0.4 .0 // indirect
110
+ golang.org/x/term v0.4 .0 // indirect
112
111
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
113
112
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
114
113
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
115
114
google.golang.org/appengine v1.6.7 // indirect
116
115
google.golang.org/protobuf v1.28.1 // indirect
117
116
gopkg.in/inf.v0 v0.9.1 // indirect
118
- gopkg.in/square/go-jose.v2 v2.6.0 // indirect
119
117
gopkg.in/yaml.v3 v3.0.1 // indirect
120
118
k8s.io/apiextensions-apiserver v0.22.1 // indirect
121
119
k8s.io/component-base v0.22.1 // indirect
122
- k8s.io/klog/v2 v2.9.0 // indirect
123
- k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c // indirect
120
+ k8s.io/klog/v2 v2.80.1 // indirect
121
+ k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
124
122
sigs.k8s.io/controller-runtime v0.10.0 // indirect
125
- sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
126
- sigs.k8s.io/yaml v1.2.0 // indirect
123
+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
124
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
125
+ sigs.k8s.io/yaml v1.3.0 // indirect
127
126
)
0 commit comments