@@ -9,15 +9,15 @@ require (
99 github.com/Nerzal/gocloak/v7 v7.11.0
1010 github.com/aerogear/charmil v0.8.3
1111 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
15- github.com/golang-jwt/jwt/v4 v4.4.3
12+ github.com/briandowns/spinner v1.22 .0
13+ github.com/coreos/go-oidc/v3 v3.5 .0
14+ github.com/fatih/color v1.14.1
15+ github.com/golang-jwt/jwt/v4 v4.5.0
1616 github.com/google/go-github/v39 v39.2.0
1717 github.com/jackdelahunt/survey-json-schema v0.13.0
1818 github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
1919 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
2121 github.com/nicksnyder/go-i18n/v2 v2.2.1
2222 github.com/openconfig/goyang v1.2.0
2323 github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
@@ -28,70 +28,69 @@ require (
2828 github.com/wtrocki/go-github-selfupdate v1.2.4
2929 github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c
3030 gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
31- golang.org/x/oauth2 v0.2 .0
32- golang.org/x/text v0.4 .0
31+ golang.org/x/oauth2 v0.5 .0
32+ golang.org/x/text v0.7 .0
3333 gopkg.in/AlecAivazis/survey.v1 v1.8.8
3434 gopkg.in/segmentio/analytics-go.v3 v3.1.0
3535 gopkg.in/yaml.v2 v2.4.0
36- k8s.io/api v0.22.4
37- k8s.io/apimachinery v0.22.4
38- k8s.io/client-go v0.22.4
39- k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
36+ k8s.io/api v0.26.1
37+ k8s.io/apimachinery v0.26.1
38+ k8s.io/client-go v0.26.1
39+ k8s.io/utils v0.0.0-20221107191617-1a15be271d1d
4040)
4141
4242require (
43- github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/accountmgmt/apiv1/client v0.0.0-20230216114230-4ff0373de47f
43+ github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/accountmgmt/apiv1/client v0.0.0-20230222114134-d97c4c88765b
4444 github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/connectormgmt v0.0.0-20230222114134-d97c4c88765b
4545 github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/kafkainstance v0.0.0-20230222114134-d97c4c88765b
46- github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/kafkamgmt v0.0.0-20230220160753-3c2c52e7e98a
46+ github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/kafkamgmt v0.0.0-20230222114134-d97c4c88765b
4747 github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/registryinstance v0.0.0-20230222114134-d97c4c88765b
4848 github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/registrymgmt v0.0.0-20230222114134-d97c4c88765b
4949 github.com/redhat-developer/app-services-sdk-core/app-services-sdk-go/serviceaccountmgmt v0.0.0-20230222114134-d97c4c88765b
5050)
5151
5252require (
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
6153 github.com/beorn7/perks v1.0.1 // indirect
6254 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
6355 github.com/cespare/xxhash/v2 v2.1.1 // indirect
6456 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
6557 github.com/davecgh/go-spew v1.1.1 // indirect
6658 github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1 // indirect
6759 github.com/dustin/go-humanize v1.0.0 // indirect
68- github.com/evanphx/json-patch v4.11.0+incompatible // indirect
69- github.com/form3tech-oss/jwt-go v3.2.3 +incompatible // indirect
60+ github.com/emicklei/go-restful/v3 v3.9.0 // indirect
61+ github.com/evanphx/json-patch v4.12.0 +incompatible // indirect
7062 github.com/fsnotify/fsnotify v1.6.0 // indirect
71- github.com/go-logr/logr v0.4.0 // indirect
63+ github.com/go-jose/go-jose/v3 v3.0.0 // indirect
64+ github.com/go-logr/logr v1.2.3 // indirect
65+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
66+ github.com/go-openapi/jsonreference v0.20.0 // indirect
67+ github.com/go-openapi/swag v0.19.14 // indirect
7268 github.com/go-resty/resty/v2 v2.3.0 // indirect
7369 github.com/gogo/protobuf v1.3.2 // indirect
7470 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7571 github.com/golang/protobuf v1.5.2 // indirect
72+ github.com/google/gnostic v0.5.7-v3refs // indirect
7673 github.com/google/go-cmp v0.5.9 // indirect
7774 github.com/google/go-github/v30 v30.1.0 // indirect
7875 github.com/google/go-querystring v1.1.0 // indirect
7976 github.com/google/gofuzz v1.1.0 // indirect
8077 github.com/google/uuid v1.1.2 // indirect
81- github.com/googleapis/gnostic v0.5.5 // indirect
8278 github.com/iancoleman/orderedmap v0.2.0 // indirect
8379 github.com/imdario/mergo v0.3.12 // indirect
8480 github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
8581 github.com/inconshreveable/mousetrap v1.0.1 // indirect
82+ github.com/josharian/intern v1.0.0 // indirect
8683 github.com/json-iterator/go v1.1.12 // indirect
8784 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
8885 github.com/kr/pretty v0.3.0 // indirect
89- github.com/mattn/go-colorable v0.1.12 // indirect
86+ github.com/mailru/easyjson v0.7.6 // indirect
87+ github.com/mattn/go-colorable v0.1.13 // indirect
9088 github.com/mattn/go-runewidth v0.0.13 // indirect
9189 github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
9290 github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
9391 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9492 github.com/modern-go/reflect2 v1.0.2 // indirect
93+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
9594 github.com/prometheus/client_golang v1.11.0 // indirect
9695 github.com/prometheus/client_model v0.2.0 // indirect
9796 github.com/prometheus/common v0.26.0 // indirect
@@ -109,22 +108,22 @@ require (
109108 go.uber.org/multierr v1.8.0 // indirect
110109 go.uber.org/zap v1.21.0 // indirect
111110 golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
112- golang.org/x/net v0.2 .0 // indirect
113- golang.org/x/sys v0.2 .0 // indirect
114- golang.org/x/term v0.2 .0 // indirect
111+ golang.org/x/net v0.6 .0 // indirect
112+ golang.org/x/sys v0.5 .0 // indirect
113+ golang.org/x/term v0.5 .0 // indirect
115114 golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
116115 golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
117116 gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
118117 google.golang.org/appengine v1.6.7 // indirect
119118 google.golang.org/protobuf v1.28.1 // indirect
120119 gopkg.in/inf.v0 v0.9.1 // indirect
121- gopkg.in/square/go-jose.v2 v2.6.0 // indirect
122120 gopkg.in/yaml.v3 v3.0.1 // indirect
123121 k8s.io/apiextensions-apiserver v0.22.1 // indirect
124122 k8s.io/component-base v0.22.1 // indirect
125- k8s.io/klog/v2 v2.9.0 // indirect
126- k8s.io/kube-openapi v0.0.0-20211109043538-20434351676c // indirect
123+ k8s.io/klog/v2 v2.80.1 // indirect
124+ k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
127125 sigs.k8s.io/controller-runtime v0.10.0 // indirect
128- sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
129- sigs.k8s.io/yaml v1.2.0 // indirect
126+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
127+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
128+ sigs.k8s.io/yaml v1.3.0 // indirect
130129)
0 commit comments