@@ -3,24 +3,25 @@ module github.com/zitadel/zitadel-charts
3
3
go 1.19
4
4
5
5
require (
6
- github.com/gruntwork-io/terratest v0.43.13
6
+ github.com/gruntwork-io/terratest v0.46.11
7
7
github.com/jinzhu/copier v0.4.0
8
8
github.com/stretchr/testify v1.8.4
9
- github.com/zitadel/oidc v1.13.4
10
- github.com/zitadel/zitadel-go/v2 v2.0.18
9
+ github.com/zitadel/oidc v1.13.5
10
+ github.com/zitadel/zitadel-go/v2 v2.1.7
11
11
gopkg.in/yaml.v3 v3.0.1
12
- k8s.io/api v0.28.1
13
- k8s.io/apimachinery v0.28.1
14
- k8s.io/client-go v0.28.1
12
+ k8s.io/api v0.28.4
13
+ k8s.io/apimachinery v0.28.4
14
+ k8s.io/client-go v0.28.4
15
15
)
16
16
17
17
require (
18
+ github.com/BurntSushi/toml v1.3.2 // indirect
18
19
github.com/aws/aws-sdk-go v1.44.122 // indirect
19
20
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
20
21
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
21
22
github.com/davecgh/go-spew v1.1.1 // indirect
22
23
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
23
- github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
24
+ github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect
24
25
github.com/ghodss/yaml v1.0.0 // indirect
25
26
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
26
27
github.com/go-logr/logr v1.2.4 // indirect
@@ -30,45 +31,61 @@ require (
30
31
github.com/go-sql-driver/mysql v1.4.1 // indirect
31
32
github.com/gogo/protobuf v1.3.2 // indirect
32
33
github.com/golang/protobuf v1.5.3 // indirect
34
+ github.com/gonvenience/bunt v1.3.5 // indirect
35
+ github.com/gonvenience/neat v1.3.12 // indirect
36
+ github.com/gonvenience/term v1.0.2 // indirect
37
+ github.com/gonvenience/text v1.0.7 // indirect
38
+ github.com/gonvenience/wrap v1.1.2 // indirect
39
+ github.com/gonvenience/ytbx v1.4.4 // indirect
33
40
github.com/google/gnostic-models v0.6.8 // indirect
34
- github.com/google/go-cmp v0.5.9 // indirect
41
+ github.com/google/go-cmp v0.6.0 // indirect
35
42
github.com/google/gofuzz v1.2.0 // indirect
36
- github.com/google/uuid v1.3 .0 // indirect
43
+ github.com/google/uuid v1.4 .0 // indirect
37
44
github.com/gorilla/schema v1.2.0 // indirect
38
45
github.com/gorilla/securecookie v1.1.1 // indirect
39
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.17 .1 // indirect
46
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.19 .1 // indirect
40
47
github.com/gruntwork-io/go-commons v0.8.0 // indirect
41
48
github.com/hashicorp/errwrap v1.0.0 // indirect
42
49
github.com/hashicorp/go-multierror v1.1.0 // indirect
50
+ github.com/homeport/dyff v1.6.0 // indirect
43
51
github.com/imdario/mergo v0.3.11 // indirect
44
52
github.com/jmespath/go-jmespath v0.4.0 // indirect
45
53
github.com/josharian/intern v1.0.0 // indirect
46
54
github.com/json-iterator/go v1.1.12 // indirect
55
+ github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
47
56
github.com/mailru/easyjson v0.7.7 // indirect
57
+ github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 // indirect
58
+ github.com/mattn/go-isatty v0.0.19 // indirect
48
59
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
49
60
github.com/mitchellh/go-homedir v1.1.0 // indirect
61
+ github.com/mitchellh/go-ps v1.0.0 // indirect
62
+ github.com/mitchellh/hashstructure v1.1.0 // indirect
50
63
github.com/moby/spdystream v0.2.0 // indirect
51
64
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
52
65
github.com/modern-go/reflect2 v1.0.2 // indirect
53
66
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
54
67
github.com/pmezard/go-difflib v1.0.0 // indirect
55
68
github.com/pquerna/otp v1.2.0 // indirect
56
69
github.com/russross/blackfriday/v2 v2.1.0 // indirect
70
+ github.com/sergi/go-diff v1.3.1 // indirect
57
71
github.com/spf13/pflag v1.0.5 // indirect
72
+ github.com/texttheater/golang-levenshtein v1.0.1 // indirect
58
73
github.com/urfave/cli v1.22.2 // indirect
59
- golang.org/x/crypto v0.12.0 // indirect
60
- golang.org/x/net v0.14.0 // indirect
61
- golang.org/x/oauth2 v0.11.0 // indirect
62
- golang.org/x/sys v0.11.0 // indirect
63
- golang.org/x/term v0.11.0 // indirect
64
- golang.org/x/text v0.12.0 // indirect
74
+ github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
75
+ golang.org/x/crypto v0.18.0 // indirect
76
+ golang.org/x/net v0.20.0 // indirect
77
+ golang.org/x/oauth2 v0.16.0 // indirect
78
+ golang.org/x/sync v0.5.0 // indirect
79
+ golang.org/x/sys v0.16.0 // indirect
80
+ golang.org/x/term v0.16.0 // indirect
81
+ golang.org/x/text v0.14.0 // indirect
65
82
golang.org/x/time v0.3.0 // indirect
66
- google.golang.org/appengine v1.6.7 // indirect
67
- google.golang.org/genproto v0.0.0-20230803162519-f966b187b2e5 // indirect
68
- google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
69
- google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
70
- google.golang.org/grpc v1.57 .0 // indirect
71
- google.golang.org/protobuf v1.31 .0 // indirect
83
+ google.golang.org/appengine v1.6.8 // indirect
84
+ google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect
85
+ google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe // indirect
86
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
87
+ google.golang.org/grpc v1.61 .0 // indirect
88
+ google.golang.org/protobuf v1.32 .0 // indirect
72
89
gopkg.in/inf.v0 v0.9.1 // indirect
73
90
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
74
91
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments