Skip to content

Commit 84c6c7d

Browse files
build(deps): bump github.com/hashicorp/consul/api from 1.33.4 to 1.34.4
Bumps [github.com/hashicorp/consul/api](https://github.com/hashicorp/consul) from 1.33.4 to 1.34.4. - [Release notes](https://github.com/hashicorp/consul/releases) - [Changelog](https://github.com/hashicorp/consul/blob/main/CHANGELOG.md) - [Commits](hashicorp/consul@api/v1.33.4...api/v1.34.4) --- updated-dependencies: - dependency-name: github.com/hashicorp/consul/api dependency-version: 1.34.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ed6a298 commit 84c6c7d

2 files changed

Lines changed: 21 additions & 93 deletions

File tree

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2222
github.com/fatih/color v1.19.0
2323
github.com/go-git/go-git/v5 v5.19.2
24-
github.com/hashicorp/consul/api v1.33.4
24+
github.com/hashicorp/consul/api v1.34.4
2525
github.com/hashicorp/consul/sdk v0.18.1
2626
github.com/hashicorp/go-getter v1.8.6
2727
github.com/hashicorp/go-hclog v1.6.3
@@ -213,7 +213,7 @@ require (
213213
github.com/hashicorp/go-kms-wrapping/wrappers/gcpckms/v2 v2.0.13 // indirect
214214
github.com/hashicorp/go-kms-wrapping/wrappers/transit/v2 v2.0.13 // indirect
215215
github.com/hashicorp/go-memdb v1.3.5 // indirect
216-
github.com/hashicorp/go-metrics v0.5.4 // indirect
216+
github.com/hashicorp/go-metrics v0.6.0 // indirect
217217
github.com/hashicorp/go-msgpack/v2 v2.1.5 // indirect
218218
github.com/hashicorp/go-netaddrs v0.1.0 // indirect
219219
github.com/hashicorp/go-plugin v1.7.0 // indirect
@@ -230,18 +230,18 @@ require (
230230
github.com/hashicorp/go-sockaddr v1.0.7 // indirect
231231
github.com/hashicorp/go-syslog v1.0.0 // indirect
232232
github.com/hashicorp/go-uuid v1.0.3 // indirect
233-
github.com/hashicorp/go-version v1.8.0 // indirect
233+
github.com/hashicorp/go-version v1.9.0 // indirect
234234
github.com/hashicorp/golang-lru v1.0.2 // indirect
235235
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
236236
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
237237
github.com/hashicorp/hil v0.0.0-20250319121018-5da016f8aba6 // indirect
238-
github.com/hashicorp/mdns v1.0.6 // indirect
239-
github.com/hashicorp/memberlist v0.5.4 // indirect
238+
github.com/hashicorp/mdns v1.0.7 // indirect
239+
github.com/hashicorp/memberlist v0.6.0 // indirect
240240
github.com/hashicorp/net-rpc-msgpackrpc/v2 v2.0.1 // indirect
241241
github.com/hashicorp/raft v1.7.3 // indirect
242242
github.com/hashicorp/raft-autopilot v0.3.0 // indirect
243243
github.com/hashicorp/raft-boltdb/v2 v2.3.1 // indirect
244-
github.com/hashicorp/serf v0.10.2 // indirect
244+
github.com/hashicorp/serf v0.10.4 // indirect
245245
github.com/hashicorp/vault/api/auth/kubernetes v0.10.0 // indirect
246246
github.com/hashicorp/vic v1.5.1-0.20241121050025-d1d58fa204f5 // indirect
247247
github.com/hashicorp/yamux v0.1.2 // indirect
@@ -259,7 +259,7 @@ require (
259259
github.com/kylelemons/godebug v1.1.0 // indirect
260260
github.com/linode/linodego v1.48.1 // indirect
261261
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
262-
github.com/mattn/go-colorable v0.1.14 // indirect
262+
github.com/mattn/go-colorable v0.1.15 // indirect
263263
github.com/mattn/go-runewidth v0.0.19 // indirect
264264
github.com/miekg/dns v1.1.72 // indirect
265265
github.com/mitchellh/copystructure v1.2.0 // indirect

0 commit comments

Comments
 (0)