Skip to content

Commit cb72a31

Browse files
fix(deps): update module github.com/gruntwork-io/terratest to v0.48.2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6258349 commit cb72a31

File tree

2 files changed

+293
-621
lines changed

2 files changed

+293
-621
lines changed

charts/go.mod

Lines changed: 90 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -10,62 +10,115 @@ require (
1010
)
1111

1212
require (
13-
cloud.google.com/go/compute v1.23.3 // indirect
14-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
15-
github.com/PuerkitoBio/purell v1.1.1 // indirect
16-
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
17-
github.com/aws/aws-sdk-go v1.40.56 // indirect
13+
filippo.io/edwards25519 v1.1.0 // indirect
14+
github.com/BurntSushi/toml v1.4.0 // indirect
15+
github.com/aws/aws-sdk-go-v2 v1.32.5 // indirect
16+
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
17+
github.com/aws/aws-sdk-go-v2/config v1.28.5 // indirect
18+
github.com/aws/aws-sdk-go-v2/credentials v1.17.46 // indirect
19+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.20 // indirect
20+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.41 // indirect
21+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.24 // indirect
22+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.24 // indirect
23+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
24+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.24 // indirect
25+
github.com/aws/aws-sdk-go-v2/service/acm v1.30.6 // indirect
26+
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.51.0 // indirect
27+
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.44.0 // indirect
28+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.1 // indirect
29+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.193.0 // indirect
30+
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.6 // indirect
31+
github.com/aws/aws-sdk-go-v2/service/ecs v1.52.0 // indirect
32+
github.com/aws/aws-sdk-go-v2/service/iam v1.38.1 // indirect
33+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
34+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.5 // indirect
35+
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.5 // indirect
36+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.5 // indirect
37+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.5 // indirect
38+
github.com/aws/aws-sdk-go-v2/service/kms v1.37.6 // indirect
39+
github.com/aws/aws-sdk-go-v2/service/lambda v1.69.0 // indirect
40+
github.com/aws/aws-sdk-go-v2/service/rds v1.91.0 // indirect
41+
github.com/aws/aws-sdk-go-v2/service/route53 v1.46.2 // indirect
42+
github.com/aws/aws-sdk-go-v2/service/s3 v1.69.0 // indirect
43+
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.6 // indirect
44+
github.com/aws/aws-sdk-go-v2/service/sns v1.33.6 // indirect
45+
github.com/aws/aws-sdk-go-v2/service/sqs v1.37.1 // indirect
46+
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.0 // indirect
47+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.6 // indirect
48+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.5 // indirect
49+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.1 // indirect
50+
github.com/aws/smithy-go v1.22.1 // indirect
1851
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
19-
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
20-
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
52+
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
53+
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
2154
github.com/ghodss/yaml v1.0.0 // indirect
2255
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
23-
github.com/go-logr/logr v1.2.3 // indirect
24-
github.com/go-openapi/jsonpointer v0.19.5 // indirect
25-
github.com/go-openapi/jsonreference v0.19.5 // indirect
26-
github.com/go-openapi/swag v0.19.14 // indirect
27-
github.com/go-sql-driver/mysql v1.4.1 // indirect
56+
github.com/go-logr/logr v1.4.2 // indirect
57+
github.com/go-openapi/jsonpointer v0.19.6 // indirect
58+
github.com/go-openapi/jsonreference v0.20.2 // indirect
59+
github.com/go-openapi/swag v0.22.3 // indirect
60+
github.com/go-sql-driver/mysql v1.8.1 // indirect
2861
github.com/gogo/protobuf v1.3.2 // indirect
29-
github.com/golang/protobuf v1.5.3 // indirect
30-
github.com/google/gnostic v0.5.7-v3refs // indirect
62+
github.com/golang/protobuf v1.5.4 // indirect
63+
github.com/gonvenience/bunt v1.3.5 // indirect
64+
github.com/gonvenience/neat v1.3.12 // indirect
65+
github.com/gonvenience/term v1.0.2 // indirect
66+
github.com/gonvenience/text v1.0.7 // indirect
67+
github.com/gonvenience/wrap v1.1.2 // indirect
68+
github.com/gonvenience/ytbx v1.4.4 // indirect
69+
github.com/google/gnostic-models v0.6.8 // indirect
70+
github.com/google/go-cmp v0.6.0 // indirect
3171
github.com/google/gofuzz v1.2.0 // indirect
3272
github.com/gruntwork-io/go-commons v0.8.0 // indirect
3373
github.com/hashicorp/errwrap v1.0.0 // indirect
34-
github.com/hashicorp/go-multierror v1.1.0 // indirect
74+
github.com/hashicorp/go-multierror v1.1.1 // indirect
75+
github.com/homeport/dyff v1.6.0 // indirect
76+
github.com/jackc/pgpassfile v1.0.0 // indirect
77+
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
78+
github.com/jackc/pgx/v5 v5.7.1 // indirect
79+
github.com/jackc/puddle/v2 v2.2.2 // indirect
3580
github.com/jmespath/go-jmespath v0.4.0 // indirect
3681
github.com/josharian/intern v1.0.0 // indirect
3782
github.com/json-iterator/go v1.1.12 // indirect
38-
github.com/mailru/easyjson v0.7.6 // indirect
83+
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
84+
github.com/mailru/easyjson v0.7.7 // indirect
85+
github.com/mattn/go-ciede2000 v0.0.0-20170301095244-782e8c62fec3 // indirect
86+
github.com/mattn/go-isatty v0.0.19 // indirect
3987
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
4088
github.com/mitchellh/go-homedir v1.1.0 // indirect
89+
github.com/mitchellh/go-ps v1.0.0 // indirect
90+
github.com/mitchellh/hashstructure v1.1.0 // indirect
4191
github.com/moby/spdystream v0.2.0 // indirect
4292
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4393
github.com/modern-go/reflect2 v1.0.2 // indirect
4494
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4595
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
46-
github.com/pquerna/otp v1.2.0 // indirect
96+
github.com/pquerna/otp v1.4.0 // indirect
4797
github.com/russross/blackfriday/v2 v2.1.0 // indirect
4898
github.com/sagikazarmark/locafero v0.4.0 // indirect
4999
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
100+
github.com/sergi/go-diff v1.3.1 // indirect
50101
github.com/sourcegraph/conc v0.3.0 // indirect
51102
github.com/subosito/gotenv v1.6.0 // indirect
52-
github.com/urfave/cli v1.22.2 // indirect
103+
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
104+
github.com/urfave/cli v1.22.16 // indirect
105+
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
53106
go.uber.org/multierr v1.11.0 // indirect
54107
golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f // indirect
55-
golang.org/x/net v0.21.0 // indirect
56-
golang.org/x/oauth2 v0.15.0 // indirect
57-
golang.org/x/term v0.18.0 // indirect
58-
golang.org/x/time v0.5.0 // indirect
59-
google.golang.org/appengine v1.6.7 // indirect
60-
google.golang.org/protobuf v1.31.0 // indirect
108+
golang.org/x/net v0.34.0 // indirect
109+
golang.org/x/oauth2 v0.24.0 // indirect
110+
golang.org/x/sync v0.10.0 // indirect
111+
golang.org/x/term v0.28.0 // indirect
112+
golang.org/x/time v0.8.0 // indirect
113+
google.golang.org/protobuf v1.35.1 // indirect
61114
gopkg.in/inf.v0 v0.9.1 // indirect
62115
gopkg.in/ini.v1 v1.67.0 // indirect
63-
k8s.io/klog/v2 v2.80.0 // indirect
64-
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
65-
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73 // indirect
66-
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
116+
k8s.io/klog/v2 v2.100.1 // indirect
117+
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
118+
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
119+
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
67120
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
68-
sigs.k8s.io/yaml v1.2.0 // indirect
121+
sigs.k8s.io/yaml v1.3.0 // indirect
69122
)
70123

71124
require (
@@ -76,7 +129,7 @@ require (
76129
github.com/fsnotify/fsnotify v1.7.0 // indirect
77130
github.com/gobwas/glob v0.2.3 // indirect
78131
github.com/google/uuid v1.6.0 // indirect
79-
github.com/gruntwork-io/terratest v0.40.22
132+
github.com/gruntwork-io/terratest v0.48.2
80133
github.com/hashicorp/hcl v1.0.0 // indirect
81134
github.com/huandu/xstrings v1.4.0 // indirect
82135
github.com/imdario/mergo v0.3.16 // indirect
@@ -93,14 +146,14 @@ require (
93146
github.com/spf13/cobra v1.8.0 // indirect
94147
github.com/spf13/pflag v1.0.5 // indirect
95148
github.com/spf13/viper v1.18.2 // indirect
96-
github.com/stretchr/testify v1.9.0
97-
golang.org/x/crypto v0.21.0 // indirect
98-
golang.org/x/sys v0.18.0 // indirect
99-
golang.org/x/text v0.14.0 // indirect
149+
github.com/stretchr/testify v1.10.0
150+
golang.org/x/crypto v0.32.0 // indirect
151+
golang.org/x/sys v0.29.0 // indirect
152+
golang.org/x/text v0.21.0 // indirect
100153
gopkg.in/yaml.v2 v2.4.0 // indirect
101154
gopkg.in/yaml.v3 v3.0.1 // indirect
102-
k8s.io/api v0.25.3
103-
k8s.io/apimachinery v0.25.3
104-
k8s.io/client-go v0.24.2 // indirect
155+
k8s.io/api v0.28.4
156+
k8s.io/apimachinery v0.28.4
157+
k8s.io/client-go v0.28.4 // indirect
105158
k8s.io/helm v2.17.0+incompatible // indirect
106159
)

0 commit comments

Comments
 (0)