11module wrongsecrets
22
3- go 1.24.0
3+ go 1.26
44
55toolchain 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
99require (
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