Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit 589e590

Browse files
build(deps): bump the hashicorp group with 5 updates (#4)
Bumps the hashicorp group with 5 updates: | Package | From | To | | --- | --- | --- | | [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) | `1.32.4` | `1.33.3` | | [github.com/hashicorp/consul/sdk](https://github.com/hashicorp/consul) | `0.16.3` | `0.17.1` | | [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.8.2` | `1.8.4` | | [github.com/hashicorp/go-tfe](https://github.com/hashicorp/go-tfe) | `1.95.0` | `1.101.0` | | [github.com/hashicorp/hcl](https://github.com/hashicorp/hcl) | `1.0.1-vault-5` | `1.0.1-vault-7` | Updates `github.com/hashicorp/consul/api` from 1.32.4 to 1.33.3 - [Release notes](https://github.com/hashicorp/consul/releases) - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md) - [Commits](hashicorp/consul@api/v1.32.4...api/v1.33.3) Updates `github.com/hashicorp/consul/sdk` from 0.16.3 to 0.17.1 - [Release notes](https://github.com/hashicorp/consul/releases) - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md) - [Commits](hashicorp/consul@sdk/v0.16.3...sdk/v0.17.1) Updates `github.com/hashicorp/go-getter` from 1.8.2 to 1.8.4 - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Commits](hashicorp/go-getter@v1.8.2...v1.8.4) Updates `github.com/hashicorp/go-tfe` from 1.95.0 to 1.101.0 - [Release notes](https://github.com/hashicorp/go-tfe/releases) - [Changelog](https://github.com/hashicorp/go-tfe/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-tfe@v1.95.0...v1.101.0) Updates `github.com/hashicorp/hcl` from 1.0.1-vault-5 to 1.0.1-vault-7 - [Release notes](https://github.com/hashicorp/hcl/releases) - [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md) - [Commits](hashicorp/hcl@v1.0.1-vault-5...v1.0.1-vault-7) --- updated-dependencies: - dependency-name: github.com/hashicorp/consul/api dependency-version: 1.33.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hashicorp - dependency-name: github.com/hashicorp/consul/sdk dependency-version: 0.17.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hashicorp - dependency-name: github.com/hashicorp/go-getter dependency-version: 1.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hashicorp - dependency-name: github.com/hashicorp/go-tfe dependency-version: 1.101.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: hashicorp - dependency-name: github.com/hashicorp/hcl dependency-version: 1.0.1-vault-7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: hashicorp ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Victor M. Varela <vmvarela@gmail.com>
1 parent 1896c3e commit 589e590

2 files changed

Lines changed: 63 additions & 63 deletions

File tree

go.mod

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ godebug (
1212

1313
require (
1414
cloud.google.com/go/kms v1.23.2
15-
cloud.google.com/go/storage v1.57.0
15+
cloud.google.com/go/storage v1.58.0
1616
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
1717
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
1818
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
@@ -49,19 +49,19 @@ require (
4949
github.com/google/uuid v1.6.0
5050
github.com/googleapis/gax-go/v2 v2.15.0
5151
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.70
52-
github.com/hashicorp/consul/api v1.32.4
53-
github.com/hashicorp/consul/sdk v0.16.3
52+
github.com/hashicorp/consul/api v1.33.3
53+
github.com/hashicorp/consul/sdk v0.17.1
5454
github.com/hashicorp/errwrap v1.1.0
5555
github.com/hashicorp/go-cleanhttp v0.5.2
56-
github.com/hashicorp/go-getter v1.8.2
56+
github.com/hashicorp/go-getter v1.8.4
5757
github.com/hashicorp/go-hclog v1.6.3
5858
github.com/hashicorp/go-multierror v1.1.1
5959
github.com/hashicorp/go-plugin v1.7.0
6060
github.com/hashicorp/go-retryablehttp v0.7.8
61-
github.com/hashicorp/go-tfe v1.95.0
61+
github.com/hashicorp/go-tfe v1.101.0
6262
github.com/hashicorp/go-uuid v1.0.3
6363
github.com/hashicorp/go-version v1.8.0
64-
github.com/hashicorp/hcl v1.0.1-vault-5
64+
github.com/hashicorp/hcl v1.0.1-vault-7
6565
github.com/hashicorp/hcl/v2 v2.20.1
6666
github.com/hashicorp/jsonapi v1.5.0
6767
github.com/jmespath/go-jmespath v0.4.0
@@ -109,8 +109,8 @@ require (
109109
golang.org/x/sys v0.40.0
110110
golang.org/x/term v0.39.0
111111
golang.org/x/text v0.33.0
112-
golang.org/x/time v0.13.0
113-
google.golang.org/api v0.252.0
112+
golang.org/x/time v0.14.0
113+
google.golang.org/api v0.256.0
114114
google.golang.org/grpc v1.76.0
115115
google.golang.org/protobuf v1.36.10
116116
k8s.io/api v0.34.1
@@ -122,21 +122,21 @@ require (
122122

123123
require (
124124
cel.dev/expr v0.24.0 // indirect
125-
cloud.google.com/go v0.121.6 // indirect
125+
cloud.google.com/go v0.123.0 // indirect
126126
cloud.google.com/go/auth v0.17.0 // indirect
127127
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
128128
cloud.google.com/go/compute/metadata v0.9.0 // indirect
129-
cloud.google.com/go/iam v1.5.2 // indirect
130-
cloud.google.com/go/longrunning v0.6.7 // indirect
129+
cloud.google.com/go/iam v1.5.3 // indirect
130+
cloud.google.com/go/longrunning v0.7.0 // indirect
131131
cloud.google.com/go/monitoring v1.24.2 // indirect
132132
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2 // indirect
133133
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.2.0 // indirect
134134
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect
135135
github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 // indirect
136136
github.com/ChrisTrenkamp/goxpath v0.0.0-20190607011252-c5096ec8773d // indirect
137137
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect
138-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
139-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
138+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect
139+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 // indirect
140140
github.com/Masterminds/goutils v1.1.1 // indirect
141141
github.com/Masterminds/semver/v3 v3.1.1 // indirect
142142
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
@@ -192,9 +192,9 @@ require (
192192
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
193193
github.com/golang/protobuf v1.5.4 // indirect
194194
github.com/google/gnostic-models v0.7.0 // indirect
195-
github.com/google/go-querystring v1.1.0 // indirect
195+
github.com/google/go-querystring v1.2.0 // indirect
196196
github.com/google/s2a-go v0.1.9 // indirect
197-
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
197+
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
198198
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
199199
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // indirect
200200
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
@@ -211,7 +211,7 @@ require (
211211
github.com/imdario/mergo v0.3.13 // indirect
212212
github.com/josharian/intern v1.0.0 // indirect
213213
github.com/json-iterator/go v1.1.12 // indirect
214-
github.com/klauspost/compress v1.18.0 // indirect
214+
github.com/klauspost/compress v1.18.2 // indirect
215215
github.com/kylelemons/godebug v1.1.0 // indirect
216216
github.com/mailru/easyjson v0.7.7 // indirect
217217
github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786 // indirect
@@ -247,7 +247,7 @@ require (
247247
go.opentelemetry.io/contrib/bridges/prometheus v0.63.0 // indirect
248248
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
249249
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.64.0 // indirect
250-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
250+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect
251251
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.14.0 // indirect
252252
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.14.0 // indirect
253253
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.38.0 // indirect
@@ -268,9 +268,9 @@ require (
268268
go.yaml.in/yaml/v3 v3.0.4 // indirect
269269
golang.org/x/exp v0.0.0-20250808145144-a408d31f581a // indirect
270270
golang.org/x/tools v0.40.0 // indirect
271-
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
272-
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
273-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251002232023-7c0ddcbb5797 // indirect
271+
google.golang.org/genproto v0.0.0-20250922171735-9219d122eba9 // indirect
272+
google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba // indirect
273+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba // indirect
274274
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 // indirect
275275
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
276276
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)