@@ -5,15 +5,15 @@ go 1.18
55require (
66 github.com/AlecAivazis/survey/v2 v2.3.6
77 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
1010 github.com/aerogear/charmil v0.8.3
1111 github.com/blang/semver v3.5.1+incompatible
1212 github.com/briandowns/spinner v1.19.0
1313 github.com/coreos/go-oidc/v3 v3.4.0
1414 github.com/fatih/color v1.13.0
15- github.com/golang-jwt/jwt/v4 v4.5.2
16- github.com/google/go-github/v39 v39.2 .0
15+ github.com/golang-jwt/jwt/v5 v5.3.0
16+ github.com/google/go-github/v75 v75.0 .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
@@ -30,9 +30,9 @@ require (
3030 gitlab.com/c0b/go-ordered-json v0.0.0-20201030195603-febf46534d5a
3131 golang.org/x/oauth2 v0.3.0
3232 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
3434 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
3636 k8s.io/api v0.24.8
3737 k8s.io/apimachinery v0.24.8
3838 k8s.io/client-go v0.24.8
0 commit comments