1
1
module charts
2
2
3
- go 1.19
3
+ go 1.21
4
+
5
+ toolchain go1.22.5
4
6
5
7
require (
6
- github.com/gruntwork-io/terratest v0.43.12
8
+ github.com/gruntwork-io/terratest v0.47.0
7
9
github.com/norwoodj/helm-docs v1.11.1
8
10
github.com/stretchr/testify v1.8.4
9
- k8s.io/api v0.27.2
11
+ k8s.io/api v0.28.4
10
12
)
11
13
12
14
require (
15
+ github.com/BurntSushi/toml v1.3.2 // indirect
13
16
github.com/Masterminds/goutils v1.1.1 // indirect
14
17
github.com/Masterminds/semver/v3 v3.1.1 // indirect
15
18
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
16
19
github.com/aws/aws-sdk-go v1.44.122 // indirect
17
20
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
18
- github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
21
+ github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
19
22
github.com/davecgh/go-spew v1.1.1 // indirect
20
23
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
21
- github.com/fsnotify/fsnotify v1.4.9 // indirect
24
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
22
25
github.com/ghodss/yaml v1.0.0 // indirect
23
26
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
24
- github.com/go-logr/logr v1.2.3 // indirect
27
+ github.com/go-logr/logr v1.2.4 // indirect
25
28
github.com/go-openapi/jsonpointer v0.19.6 // indirect
26
- github.com/go-openapi/jsonreference v0.20.1 // indirect
29
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
27
30
github.com/go-openapi/swag v0.22.3 // indirect
28
31
github.com/go-sql-driver/mysql v1.4.1 // indirect
29
32
github.com/gobwas/glob v0.2.3 // indirect
30
33
github.com/gogo/protobuf v1.3.2 // indirect
31
34
github.com/golang/protobuf v1.5.3 // indirect
32
- github.com/google/gnostic v0.5.7-v3refs // indirect
35
+ github.com/gonvenience/bunt v1.3.5 // indirect
36
+ github.com/gonvenience/neat v1.3.12 // indirect
37
+ github.com/gonvenience/term v1.0.2 // indirect
38
+ github.com/gonvenience/text v1.0.7 // indirect
39
+ github.com/gonvenience/wrap v1.1.2 // indirect
40
+ github.com/gonvenience/ytbx v1.4.4 // indirect
41
+ github.com/google/gnostic-models v0.6.8 // indirect
33
42
github.com/google/go-cmp v0.5.9 // indirect
34
- github.com/google/gofuzz v1.1 .0 // indirect
43
+ github.com/google/gofuzz v1.2 .0 // indirect
35
44
github.com/google/uuid v1.3.0 // indirect
36
45
github.com/gruntwork-io/go-commons v0.8.0 // indirect
37
46
github.com/hashicorp/errwrap v1.0.0 // indirect
38
47
github.com/hashicorp/go-multierror v1.1.0 // indirect
39
48
github.com/hashicorp/hcl v1.0.0 // indirect
49
+ github.com/homeport/dyff v1.6.0 // indirect
40
50
github.com/huandu/xstrings v1.3.1 // indirect
41
51
github.com/imdario/mergo v0.3.11 // indirect
42
- github.com/inconshreveable/mousetrap v1.0 .0 // indirect
52
+ github.com/inconshreveable/mousetrap v1.1 .0 // indirect
43
53
github.com/jmespath/go-jmespath v0.4.0 // indirect
44
54
github.com/josharian/intern v1.0.0 // indirect
45
55
github.com/json-iterator/go v1.1.12 // indirect
56
+ github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
46
57
github.com/magiconair/properties v1.8.5 // indirect
47
58
github.com/mailru/easyjson v0.7.7 // indirect
59
+ github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 // indirect
60
+ github.com/mattn/go-isatty v0.0.19 // indirect
48
61
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
49
62
github.com/mitchellh/copystructure v1.2.0 // indirect
50
63
github.com/mitchellh/go-homedir v1.1.0 // indirect
64
+ github.com/mitchellh/go-ps v1.0.0 // indirect
65
+ github.com/mitchellh/hashstructure v1.1.0 // indirect
51
66
github.com/mitchellh/mapstructure v1.4.1 // indirect
52
67
github.com/mitchellh/reflectwalk v1.0.2 // indirect
53
68
github.com/moby/spdystream v0.2.0 // indirect
@@ -58,35 +73,39 @@ require (
58
73
github.com/pmezard/go-difflib v1.0.0 // indirect
59
74
github.com/pquerna/otp v1.2.0 // indirect
60
75
github.com/russross/blackfriday/v2 v2.1.0 // indirect
76
+ github.com/sergi/go-diff v1.3.1 // indirect
61
77
github.com/shopspring/decimal v1.2.0 // indirect
62
78
github.com/sirupsen/logrus v1.8.1 // indirect
63
79
github.com/spf13/afero v1.6.0 // indirect
64
80
github.com/spf13/cast v1.3.1 // indirect
65
- github.com/spf13/cobra v1.2.1 // indirect
81
+ github.com/spf13/cobra v1.7.0 // indirect
66
82
github.com/spf13/jwalterweatherman v1.1.0 // indirect
67
83
github.com/spf13/pflag v1.0.5 // indirect
68
84
github.com/spf13/viper v1.8.1 // indirect
69
85
github.com/subosito/gotenv v1.2.0 // indirect
86
+ github.com/texttheater/golang-levenshtein v1.0.1 // indirect
70
87
github.com/urfave/cli v1.22.2 // indirect
71
- golang.org/x/crypto v0.1.0 // indirect
72
- golang.org/x/net v0.8.0 // indirect
73
- golang.org/x/oauth2 v0.1.0 // indirect
74
- golang.org/x/sys v0.6.0 // indirect
75
- golang.org/x/term v0.6.0 // indirect
76
- golang.org/x/text v0.8.0 // indirect
77
- golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
88
+ github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
89
+ golang.org/x/crypto v0.21.0 // indirect
90
+ golang.org/x/net v0.23.0 // indirect
91
+ golang.org/x/oauth2 v0.8.0 // indirect
92
+ golang.org/x/sync v0.4.0 // indirect
93
+ golang.org/x/sys v0.18.0 // indirect
94
+ golang.org/x/term v0.18.0 // indirect
95
+ golang.org/x/text v0.14.0 // indirect
96
+ golang.org/x/time v0.3.0 // indirect
78
97
google.golang.org/appengine v1.6.7 // indirect
79
- google.golang.org/protobuf v1.31 .0 // indirect
98
+ google.golang.org/protobuf v1.33 .0 // indirect
80
99
gopkg.in/inf.v0 v0.9.1 // indirect
81
100
gopkg.in/ini.v1 v1.62.0 // indirect
82
101
gopkg.in/yaml.v2 v2.4.0 // indirect
83
102
gopkg.in/yaml.v3 v3.0.1 // indirect
84
- k8s.io/apimachinery v0.27.2 // indirect
85
- k8s.io/client-go v0.27.2 // indirect
103
+ k8s.io/apimachinery v0.28.4 // indirect
104
+ k8s.io/client-go v0.28.4 // indirect
86
105
k8s.io/helm v2.14.3+incompatible // indirect
87
- k8s.io/klog/v2 v2.90 .1 // indirect
88
- k8s.io/kube-openapi v0.0.0-20230501164219-8b0f38b5fd1f // indirect
89
- k8s.io/utils v0.0.0-20230209194617-a36077c30491 // indirect
106
+ k8s.io/klog/v2 v2.100 .1 // indirect
107
+ k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
108
+ k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
90
109
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
91
110
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
92
111
sigs.k8s.io/yaml v1.3.0 // indirect
0 commit comments