@@ -3,38 +3,38 @@ module github.com/redhat-developer/app-services-cli
33go 1.18
44
55require (
6- github.com/AlecAivazis/survey/v2 v2.3.6
7- github.com/BurntSushi/toml v1.2.1
6+ github.com/AlecAivazis/survey/v2 v2.3.7
7+ github.com/BurntSushi/toml v1.5.0
88 github.com/MakeNowJust/heredoc v1.0.0
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
12+ github.com/briandowns/spinner v1.23.2
13+ github.com/coreos/go-oidc/v3 v3.14.1
14+ github.com/fatih/color v1.18 .0
1515 github.com/golang-jwt/jwt/v4 v4.5.2
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
21- github.com/nicksnyder/go-i18n/v2 v2.2.1
22- github.com/openconfig/goyang v1.2.0
20+ github.com/mattn/go-isatty v0.0.20
21+ github.com/nicksnyder/go-i18n/v2 v2.6.0
22+ github.com/openconfig/goyang v1.6.2
2323 github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
2424 github.com/pkg/errors v0.9.1
2525 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
26+ github.com/spf13/cobra v1.9 .1
27+ github.com/spf13/pflag v1.0.6
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.3 .0
32- golang.org/x/text v0.5 .0
31+ golang.org/x/oauth2 v0.30 .0
32+ golang.org/x/text v0.25 .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.24.8
37- k8s.io/apimachinery v0.24.8
36+ k8s.io/api v0.33.1
37+ k8s.io/apimachinery v0.33.1
3838 k8s.io/client-go v0.24.8
3939 k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
4040)
@@ -91,7 +91,7 @@ require (
9191 github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
9292 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9393 github.com/modern-go/reflect2 v1.0.2 // indirect
94- github.com/openshift-online/ocm-sdk-go v0.1.306
94+ github.com/openshift-online/ocm-sdk-go v0.1.465
9595 github.com/prometheus/client_golang v1.14.0 // indirect
9696 github.com/prometheus/client_model v0.3.0 // indirect
9797 github.com/prometheus/common v0.39.0 // indirect
0 commit comments