Skip to content

Commit a501e5c

Browse files
fix(deps): update shared components packages
1 parent 34724cc commit a501e5c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

go.mod

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/redhat-developer/app-services-cli
22

3-
go 1.18
3+
go 1.18.9
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.6
@@ -23,7 +23,7 @@ require (
2323
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
2424
github.com/pkg/errors v0.9.1
2525
github.com/redhat-developer/app-services-sdk-go/accountmgmt v0.3.0
26-
github.com/redhat-developer/app-services-sdk-go/connectormgmt v0.9.0
26+
github.com/redhat-developer/app-services-sdk-go/connectormgmt v0.10.0
2727
github.com/redhat-developer/app-services-sdk-go/kafkainstance v0.11.0
2828
github.com/redhat-developer/app-services-sdk-go/kafkamgmt v0.15.0
2929
github.com/redhat-developer/app-services-sdk-go/registryinstance v0.8.2
@@ -35,14 +35,14 @@ require (
3535
github.com/wtrocki/go-github-selfupdate v1.2.4
3636
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c
3737
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.3.0
39+
golang.org/x/text v0.5.0
4040
gopkg.in/AlecAivazis/survey.v1 v1.8.8
4141
gopkg.in/segmentio/analytics-go.v3 v3.1.0
4242
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
43+
k8s.io/api v0.26.0
44+
k8s.io/apimachinery v0.26.0
45+
k8s.io/client-go v0.26.0
4646
k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
4747
)
4848

0 commit comments

Comments
 (0)