1
1
module github.com/redhat-developer/app-services-cli
2
2
3
- go 1.18
3
+ go 1.18.9
4
4
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.6
@@ -9,7 +9,7 @@ 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
12
+ github.com/briandowns/spinner v1.20 .0
13
13
github.com/coreos/go-oidc/v3 v3.4.0
14
14
github.com/fatih/color v1.13.0
15
15
github.com/golang-jwt/jwt/v4 v4.4.3
@@ -35,14 +35,14 @@ 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.3 .0
39
+ golang.org/x/text v0.5 .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
43
+ k8s.io/api v0.26.0
44
+ k8s.io/apimachinery v0.26.0
45
+ k8s.io/client-go v0.26.0
46
46
k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
47
47
)
48
48
0 commit comments