Skip to content

Commit a444787

Browse files
authored
Merge pull request #2434 from OWASP/renovate/go
fix(deps): update go
2 parents 4233d00 + d6d7709 commit a444787

File tree

6 files changed

+143
-58
lines changed

6 files changed

+143
-58
lines changed

aws/go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module wrongsecrets
22

3-
go 1.24.0
3+
go 1.26
44

55
toolchain go1.26.0
66

7-
require github.com/gruntwork-io/terratest v0.51.0
7+
require github.com/gruntwork-io/terratest v0.56.0
88

99
require (
1010
github.com/agext/levenshtein v1.2.3 // indirect
@@ -16,11 +16,11 @@ require (
1616
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
1717
github.com/hashicorp/go-multierror v1.1.1 // indirect
1818
github.com/hashicorp/go-safetemp v1.0.0 // indirect
19-
github.com/hashicorp/go-version v1.7.0 // indirect
19+
github.com/hashicorp/go-version v1.8.0 // indirect
2020
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
2121
github.com/hashicorp/terraform-json v0.27.2 // indirect
2222
github.com/jinzhu/copier v0.4.0 // indirect
23-
github.com/klauspost/compress v1.18.0 // indirect
23+
github.com/klauspost/compress v1.18.4 // indirect
2424
github.com/kr/pretty v0.3.1 // indirect
2525
github.com/mattn/go-zglob v0.0.6 // indirect
2626
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -31,14 +31,14 @@ require (
3131
github.com/stretchr/testify v1.11.1 // indirect
3232
github.com/tmccombs/hcl2json v0.6.8 // indirect
3333
github.com/ulikunitz/xz v0.5.15 // indirect
34-
github.com/zclconf/go-cty v1.17.0 // indirect
35-
golang.org/x/crypto v0.45.0 // indirect
36-
golang.org/x/mod v0.29.0 // indirect
37-
golang.org/x/net v0.47.0 // indirect
38-
golang.org/x/sync v0.18.0 // indirect
39-
golang.org/x/sys v0.38.0 // indirect
40-
golang.org/x/text v0.31.0 // indirect
41-
golang.org/x/tools v0.38.0 // indirect
34+
github.com/zclconf/go-cty v1.18.0 // indirect
35+
golang.org/x/crypto v0.48.0 // indirect
36+
golang.org/x/mod v0.33.0 // indirect
37+
golang.org/x/net v0.51.0 // indirect
38+
golang.org/x/sync v0.19.0 // indirect
39+
golang.org/x/sys v0.41.0 // indirect
40+
golang.org/x/text v0.34.0 // indirect
41+
golang.org/x/tools v0.42.0 // indirect
4242
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
4343
gopkg.in/yaml.v3 v3.0.1 // indirect
4444
)

aws/go.sum

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
1313
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
1414
github.com/gruntwork-io/terratest v0.51.0 h1:RCXlCwWlHqhUoxgF6n3hvywvbvrsTXqoqt34BrnLekw=
1515
github.com/gruntwork-io/terratest v0.51.0/go.mod h1:evZHXb8VWDgv5O5zEEwfkwMhkx9I53QR/RB11cISrpg=
16+
github.com/gruntwork-io/terratest v0.56.0 h1:Z01eNpWsgEqVQbMpdS5HzUZDBIxyib7Psqzias+HbqQ=
17+
github.com/gruntwork-io/terratest v0.56.0/go.mod h1:gflMQk8AYbzJSwKQzgt0vmF8Js+GTBA0nbE/vQe811o=
1618
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
1719
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
1820
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
@@ -26,6 +28,8 @@ github.com/hashicorp/go-safetemp v1.0.0 h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhE
2628
github.com/hashicorp/go-safetemp v1.0.0/go.mod h1:oaerMy3BhqiTbVye6QuFhFtIceqFoDHxNAB65b+Rj1I=
2729
github.com/hashicorp/go-version v1.7.0 h1:5tqGy27NaOTB8yJKUZELlFAS/LTKJkrmONwQKeRZfjY=
2830
github.com/hashicorp/go-version v1.7.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
31+
github.com/hashicorp/go-version v1.8.0 h1:KAkNb1HAiZd1ukkxDFGmokVZe1Xy9HG6NUp+bPle2i4=
32+
github.com/hashicorp/go-version v1.8.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
2933
github.com/hashicorp/hcl/v2 v2.24.0 h1:2QJdZ454DSsYGoaE6QheQZjtKZSUs9Nh2izTWiwQxvE=
3034
github.com/hashicorp/hcl/v2 v2.24.0/go.mod h1:oGoO1FIQYfn/AgyOhlg9qLC6/nOJPX3qGbkZpYAcqfM=
3135
github.com/hashicorp/terraform-json v0.27.2 h1:BwGuzM6iUPqf9JYM/Z4AF1OJ5VVJEEzoKST/tRDBJKU=
@@ -34,6 +38,8 @@ github.com/jinzhu/copier v0.4.0 h1:w3ciUoD19shMCRargcpm0cm91ytaBhDvuRpz1ODO/U8=
3438
github.com/jinzhu/copier v0.4.0/go.mod h1:DfbEm0FYsaqBcKcFuvmOZb218JkPGtvSHsKg8S8hyyg=
3539
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=
3640
github.com/klauspost/compress v1.18.0/go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ=
41+
github.com/klauspost/compress v1.18.4 h1:RPhnKRAQ4Fh8zU2FY/6ZFDwTVTxgJ/EMydqSTzE9a2c=
42+
github.com/klauspost/compress v1.18.4/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
3743
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
3844
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
3945
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
@@ -63,24 +69,39 @@ github.com/ulikunitz/xz v0.5.15 h1:9DNdB5s+SgV3bQ2ApL10xRc35ck0DuIX/isZvIk+ubY=
6369
github.com/ulikunitz/xz v0.5.15/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
6470
github.com/zclconf/go-cty v1.17.0 h1:seZvECve6XX4tmnvRzWtJNHdscMtYEx5R7bnnVyd/d0=
6571
github.com/zclconf/go-cty v1.17.0/go.mod h1:wqFzcImaLTI6A5HfsRwB0nj5n0MRZFwmey8YoFPPs3U=
72+
github.com/zclconf/go-cty v1.18.0 h1:pJ8+HNI4gFoyRNqVE37wWbJWVw43BZczFo7KUoRczaA=
73+
github.com/zclconf/go-cty v1.18.0/go.mod h1:qpnV6EDNgC1sns/AleL1fvatHw72j+S+nS+MJ+T2CSg=
6674
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940 h1:4r45xpDWB6ZMSMNJFMOjqrGHynW3DIBuR2H9j0ug+Mo=
6775
github.com/zclconf/go-cty-debug v0.0.0-20240509010212-0d6042c53940/go.mod h1:CmBdvvj3nqzfzJ6nTCIwDTPZ56aVGvDrmztiO5g3qrM=
6876
golang.org/x/crypto v0.45.0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q=
6977
golang.org/x/crypto v0.45.0/go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4=
78+
golang.org/x/crypto v0.48.0 h1:/VRzVqiRSggnhY7gNRxPauEQ5Drw9haKdM0jqfcCFts=
79+
golang.org/x/crypto v0.48.0/go.mod h1:r0kV5h3qnFPlQnBSrULhlsRfryS2pmewsg+XfMgkVos=
7080
golang.org/x/mod v0.29.0 h1:HV8lRxZC4l2cr3Zq1LvtOsi/ThTgWnUk/y64QSs8GwA=
7181
golang.org/x/mod v0.29.0/go.mod h1:NyhrlYXJ2H4eJiRy/WDBO6HMqZQ6q9nk4JzS3NuCK+w=
82+
golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8=
83+
golang.org/x/mod v0.33.0/go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w=
7284
golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY=
7385
golang.org/x/net v0.47.0/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU=
86+
golang.org/x/net v0.51.0/go.mod h1:aamm+2QF5ogm02fjy5Bb7CQ0WMt1/WVM7FtyaTLlA9Y=
7487
golang.org/x/sync v0.18.0 h1:kr88TuHDroi+UVf+0hZnirlk8o8T+4MrK6mr60WkH/I=
7588
golang.org/x/sync v0.18.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
89+
golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=
90+
golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
7691
golang.org/x/sys v0.38.0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc=
7792
golang.org/x/sys v0.38.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
93+
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
94+
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
7895
golang.org/x/term v0.37.0 h1:8EGAD0qCmHYZg6J17DvsMy9/wJ7/D/4pV/wfnld5lTU=
7996
golang.org/x/term v0.37.0/go.mod h1:5pB4lxRNYYVZuTLmy8oR2BH8dflOR+IbTYFD8fi3254=
8097
golang.org/x/text v0.31.0 h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM=
8198
golang.org/x/text v0.31.0/go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM=
99+
golang.org/x/text v0.34.0 h1:oL/Qq0Kdaqxa1KbNeMKwQq0reLCCaFtqu2eNuSeNHbk=
100+
golang.org/x/text v0.34.0/go.mod h1:homfLqTYRFyVYemLBFl5GgL/DWEiH5wcsQ5gSh1yziA=
82101
golang.org/x/tools v0.38.0 h1:Hx2Xv8hISq8Lm16jvBZ2VQf+RLmbd7wVUsALibYI/IQ=
83102
golang.org/x/tools v0.38.0/go.mod h1:yEsQ/d/YK8cjh0L6rZlY8tgtlKiBNTL14pGDJPJpYQs=
103+
golang.org/x/tools v0.42.0 h1:uNgphsn75Tdz5Ji2q36v/nsFSfR/9BRFvqhGBaJGd5k=
104+
golang.org/x/tools v0.42.0/go.mod h1:Ma6lCIwGZvHK6XtgbswSoWroEkhugApmsXyrUmBhfr0=
84105
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
85106
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
86107
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

azure/go.mod

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
module wrongsecrets
22

3-
go 1.24.0
3+
go 1.26
44

55
toolchain go1.26.0
66

7-
require github.com/gruntwork-io/terratest v0.51.0
7+
require github.com/gruntwork-io/terratest v0.56.0
88

99
require (
10-
cel.dev/expr v0.24.0 // indirect
10+
cel.dev/expr v0.25.1 // indirect
1111
cloud.google.com/go v0.123.0 // indirect
12-
cloud.google.com/go/auth v0.17.0 // indirect
12+
cloud.google.com/go/auth v0.18.2 // indirect
1313
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
14-
cloud.google.com/go/compute v1.49.0 // indirect
14+
cloud.google.com/go/compute v1.55.0 // indirect
1515
cloud.google.com/go/compute/metadata v0.9.0 // indirect
1616
cloud.google.com/go/iam v1.5.3 // indirect
1717
cloud.google.com/go/monitoring v1.24.3 // indirect
18-
cloud.google.com/go/storage v1.57.0 // indirect
19-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
20-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect
21-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 // indirect
18+
cloud.google.com/go/storage v1.60.0 // indirect
19+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0 // indirect
20+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 // indirect
21+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 // indirect
2222
github.com/agext/levenshtein v1.2.3 // indirect
2323
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
2424
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
@@ -27,10 +27,10 @@ require (
2727
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2828
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
2929
github.com/cespare/xxhash/v2 v2.3.0 // indirect
30-
github.com/cncf/xds/go v0.0.0-20251014123835-2ee22ca58382 // indirect
30+
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 // indirect
3131
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
32-
github.com/envoyproxy/go-control-plane v0.13.4 // indirect
33-
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
32+
github.com/envoyproxy/go-control-plane v0.14.0 // indirect
33+
github.com/envoyproxy/protoc-gen-validate v1.3.3 // indirect
3434
github.com/felixge/httpsnoop v1.0.4 // indirect
3535
github.com/go-logr/logr v1.4.3 // indirect
3636
github.com/go-logr/stdr v1.2.2 // indirect
@@ -39,19 +39,19 @@ require (
3939
github.com/google/go-cmp v0.7.0 // indirect
4040
github.com/google/s2a-go v0.1.9 // indirect
4141
github.com/google/uuid v1.6.0 // indirect
42-
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
43-
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
42+
github.com/googleapis/enterprise-certificate-proxy v0.3.12 // indirect
43+
github.com/googleapis/gax-go/v2 v2.17.0 // indirect
4444
github.com/hashicorp/errwrap v1.1.0 // indirect
4545
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
4646
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
4747
github.com/hashicorp/go-multierror v1.1.1 // indirect
4848
github.com/hashicorp/go-safetemp v1.0.0 // indirect
49-
github.com/hashicorp/go-version v1.7.0 // indirect
49+
github.com/hashicorp/go-version v1.8.0 // indirect
5050
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
5151
github.com/hashicorp/terraform-json v0.27.2 // indirect
5252
github.com/jinzhu/copier v0.4.0 // indirect
5353
github.com/jmespath/go-jmespath v0.4.0 // indirect
54-
github.com/klauspost/compress v1.18.0 // indirect
54+
github.com/klauspost/compress v1.18.4 // indirect
5555
github.com/mattn/go-zglob v0.0.6 // indirect
5656
github.com/mitchellh/go-homedir v1.1.0 // indirect
5757
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
@@ -61,33 +61,33 @@ require (
6161
github.com/stretchr/testify v1.11.1 // indirect
6262
github.com/tmccombs/hcl2json v0.6.8 // indirect
6363
github.com/ulikunitz/xz v0.5.15 // indirect
64-
github.com/zclconf/go-cty v1.17.0 // indirect
64+
github.com/zclconf/go-cty v1.18.0 // indirect
6565
go.opencensus.io v0.24.0 // indirect
66-
go.opentelemetry.io/contrib/detectors/gcp v1.38.0 // indirect
67-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
68-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect
66+
go.opentelemetry.io/contrib/detectors/gcp v1.40.0 // indirect
67+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0 // indirect
68+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 // indirect
6969
go.opentelemetry.io/otel v1.40.0 // indirect
7070
go.opentelemetry.io/otel/metric v1.40.0 // indirect
7171
go.opentelemetry.io/otel/sdk v1.40.0 // indirect
7272
go.opentelemetry.io/otel/sdk/metric v1.40.0 // indirect
7373
go.opentelemetry.io/otel/trace v1.40.0 // indirect
74-
golang.org/x/crypto v0.45.0 // indirect
75-
golang.org/x/mod v0.29.0 // indirect
76-
golang.org/x/net v0.47.0 // indirect
77-
golang.org/x/oauth2 v0.32.0 // indirect
78-
golang.org/x/sync v0.18.0 // indirect
79-
golang.org/x/sys v0.40.0 // indirect
80-
golang.org/x/text v0.31.0 // indirect
74+
golang.org/x/crypto v0.48.0 // indirect
75+
golang.org/x/mod v0.33.0 // indirect
76+
golang.org/x/net v0.51.0 // indirect
77+
golang.org/x/oauth2 v0.35.0 // indirect
78+
golang.org/x/sync v0.19.0 // indirect
79+
golang.org/x/sys v0.41.0 // indirect
80+
golang.org/x/text v0.34.0 // indirect
8181
golang.org/x/time v0.14.0 // indirect
82-
golang.org/x/tools v0.38.0 // indirect
82+
golang.org/x/tools v0.42.0 // indirect
8383
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
84-
google.golang.org/api v0.252.0 // indirect
84+
google.golang.org/api v0.269.0 // indirect
8585
google.golang.org/appengine/v2 v2.0.6 // indirect
86-
google.golang.org/genproto v0.0.0-20251014184007-4626949a642f // indirect
87-
google.golang.org/genproto/googleapis/api v0.0.0-20251014184007-4626949a642f // indirect
88-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251014184007-4626949a642f // indirect
89-
google.golang.org/grpc v1.76.0 // indirect
86+
google.golang.org/genproto v0.0.0-20260226221140-a57be14db171 // indirect
87+
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 // indirect
88+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
89+
google.golang.org/grpc v1.79.1 // indirect
9090
google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3 // indirect
91-
google.golang.org/protobuf v1.36.10 // indirect
91+
google.golang.org/protobuf v1.36.11 // indirect
9292
gopkg.in/yaml.v3 v3.0.1 // indirect
9393
)

0 commit comments

Comments
 (0)