@@ -5,15 +5,15 @@ go 1.18
5
5
require (
6
6
github.com/AlecAivazis/survey/v2 v2.3.6
7
7
github.com/BurntSushi/toml v1.2.1
8
- github.com/MakeNowJust/heredoc v1 .0.0
9
- github.com/Nerzal/gocloak/v7 v7.11 .0
8
+ github.com/MakeNowJust/heredoc/v2 v2 .0.1
9
+ github.com/Nerzal/gocloak/v13 v13.9 .0
10
10
github.com/aerogear/charmil v0.8.3
11
11
github.com/blang/semver v3.5.1+incompatible
12
12
github.com/briandowns/spinner v1.19.0
13
13
github.com/coreos/go-oidc/v3 v3.4.0
14
14
github.com/fatih/color v1.13.0
15
- github.com/golang-jwt/jwt/v4 v4.5 .1
16
- github.com/google/go-github/v39 v39.2 .0
15
+ github.com/golang-jwt/jwt/v5 v5.2 .1
16
+ github.com/google/go-github/v68 v68.0 .0
17
17
github.com/jackdelahunt/survey-json-schema v0.13.0
18
18
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23 // indirect
19
19
github.com/landoop/tableprinter v0.0.0-20201125135848-89e81fc956e7
@@ -30,9 +30,9 @@ require (
30
30
gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
31
31
golang.org/x/oauth2 v0.3.0
32
32
golang.org/x/text v0.5.0
33
- gopkg.in/AlecAivazis/survey.v1 v1.8.8
33
+ gopkg.in/AlecAivazis/survey.v2 v2.3.7
34
34
gopkg.in/segmentio/analytics-go.v3 v3.1.0
35
- gopkg.in/yaml.v2 v2.4.0
35
+ gopkg.in/yaml.v3 v3.0.1
36
36
k8s.io/api v0.24.8
37
37
k8s.io/apimachinery v0.24.8
38
38
k8s.io/client-go v0.24.8
0 commit comments