Skip to content

Commit eaf23fd

Browse files
fix(deps): update minor-grouped (#67)
* fix(deps): update minor-grouped | datasource | package | from | to | | --------------- | --------------------------------- | -------------- | -------------- | | docker | amazon/cloudwatch-agent | 1.300049.1b929 | 1.300050.0b956 | | go | github.com/gruntwork-io/terratest | v0.47.2 | v0.48.0 | | github-releases | casey/just | 1.37.0 | 1.38.0 | | github-tags | renovatebot/pre-commit-hooks | 39.57.1 | 39.69.2 | * fix: renovate PR change --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Langleu <[email protected]>
1 parent 9550e23 commit eaf23fd

File tree

4 files changed

+74
-26
lines changed

4 files changed

+74
-26
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ repos:
2626
- id: actionlint-docker
2727

2828
- repo: https://github.com/renovatebot/pre-commit-hooks
29-
rev: 39.57.1
29+
rev: 39.69.2
3030
hooks:
3131
- id: renovate-config-validator
3232
args: [--strict]

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ golang 1.23.4
2020

2121
jq 1.7.1
2222

23-
just 1.37.0
23+
just 1.38.0
2424

2525
pre-commit 4.0.1
2626

aws/ec2/test/src/go.mod

Lines changed: 29 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,20 @@ require (
66
github.com/aws/aws-sdk-go v1.55.5
77
github.com/aws/aws-sdk-go-v2/config v1.28.6
88
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.45.0
9-
github.com/gruntwork-io/terratest v0.47.2
9+
github.com/gruntwork-io/terratest v0.48.0
1010
github.com/stretchr/testify v1.10.0
1111
github.com/tidwall/gjson v1.18.0
1212
)
1313

1414
require (
15-
cloud.google.com/go v0.110.0 // indirect
16-
cloud.google.com/go/compute v1.19.1 // indirect
17-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
18-
cloud.google.com/go/iam v0.13.0 // indirect
19-
cloud.google.com/go/storage v1.28.1 // indirect
15+
cloud.google.com/go v0.116.0 // indirect
16+
cloud.google.com/go/compute v1.28.3 // indirect
17+
cloud.google.com/go/compute/metadata v0.5.2 // indirect
18+
cloud.google.com/go/iam v1.2.2 // indirect
19+
cloud.google.com/go/storage v1.47.0 // indirect
2020
github.com/agext/levenshtein v1.2.3 // indirect
2121
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
22+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2223
github.com/aws/aws-sdk-go-v2 v1.32.6 // indirect
2324
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
2425
github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect
@@ -35,43 +36,47 @@ require (
3536
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
3637
github.com/davecgh/go-spew v1.1.1 // indirect
3738
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
38-
github.com/golang/protobuf v1.5.3 // indirect
39-
github.com/google/go-cmp v0.5.9 // indirect
40-
github.com/google/uuid v1.3.0 // indirect
41-
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
42-
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
39+
github.com/golang/protobuf v1.5.4 // indirect
40+
github.com/google/go-cmp v0.6.0 // indirect
41+
github.com/google/uuid v1.6.0 // indirect
42+
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
43+
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
4344
github.com/hashicorp/errwrap v1.0.0 // indirect
4445
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
4546
github.com/hashicorp/go-getter v1.7.6 // indirect
46-
github.com/hashicorp/go-multierror v1.1.0 // indirect
47+
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
48+
github.com/hashicorp/go-multierror v1.1.1 // indirect
4749
github.com/hashicorp/go-safetemp v1.0.0 // indirect
48-
github.com/hashicorp/go-version v1.6.0 // indirect
49-
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
50-
github.com/hashicorp/terraform-json v0.13.0 // indirect
50+
github.com/hashicorp/go-version v1.7.0 // indirect
51+
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
52+
github.com/hashicorp/terraform-json v0.23.0 // indirect
5153
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
5254
github.com/jmespath/go-jmespath v0.4.0 // indirect
53-
github.com/klauspost/compress v1.15.11 // indirect
55+
github.com/klauspost/compress v1.16.5 // indirect
5456
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
5557
github.com/mitchellh/go-homedir v1.1.0 // indirect
5658
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
5759
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
5860
github.com/pmezard/go-difflib v1.0.0 // indirect
5961
github.com/tidwall/match v1.1.1 // indirect
6062
github.com/tidwall/pretty v1.2.1 // indirect
61-
github.com/tmccombs/hcl2json v0.3.3 // indirect
63+
github.com/tmccombs/hcl2json v0.6.4 // indirect
6264
github.com/ulikunitz/xz v0.5.10 // indirect
63-
github.com/zclconf/go-cty v1.9.1 // indirect
65+
github.com/zclconf/go-cty v1.15.0 // indirect
6466
go.opencensus.io v0.24.0 // indirect
6567
golang.org/x/crypto v0.31.0 // indirect
66-
golang.org/x/net v0.23.0 // indirect
67-
golang.org/x/oauth2 v0.8.0 // indirect
68+
golang.org/x/mod v0.18.0 // indirect
69+
golang.org/x/net v0.31.0 // indirect
70+
golang.org/x/oauth2 v0.24.0 // indirect
71+
golang.org/x/sync v0.10.0 // indirect
6872
golang.org/x/sys v0.28.0 // indirect
6973
golang.org/x/text v0.21.0 // indirect
74+
golang.org/x/tools v0.22.0 // indirect
7075
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
71-
google.golang.org/api v0.114.0 // indirect
76+
google.golang.org/api v0.206.0 // indirect
7277
google.golang.org/appengine v1.6.7 // indirect
73-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
74-
google.golang.org/grpc v1.56.3 // indirect
75-
google.golang.org/protobuf v1.33.0 // indirect
78+
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
79+
google.golang.org/grpc v1.67.1 // indirect
80+
google.golang.org/protobuf v1.35.1 // indirect
7681
gopkg.in/yaml.v3 v3.0.1 // indirect
7782
)

0 commit comments

Comments
 (0)