Skip to content

Commit fd64d94

Browse files
fix(deps): update module github.com/hashicorp/consul/api to v1.32.0 (main) (#16959)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e1371cb commit fd64d94

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ require (
5959
github.com/grafana/tail v0.0.0-20230510142333-77b18831edf0
6060
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.1
6161
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
62-
github.com/hashicorp/consul/api v1.31.2
62+
github.com/hashicorp/consul/api v1.32.0
6363
github.com/hashicorp/golang-lru/v2 v2.0.7
6464
github.com/influxdata/telegraf v1.34.1
6565
github.com/jmespath/go-jmespath v0.4.0

‎go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,8 +683,8 @@ github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645/go
683683
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed h1:5upAirOpQc1Q53c0bnx2ufif5kANL7bfZWcc6VJWJd8=
684684
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed/go.mod h1:tMWxXQ9wFIaZeTI9F+hmhFiGpFmhOHzyShyFUhRm0H4=
685685
github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE=
686-
github.com/hashicorp/consul/api v1.31.2 h1:NicObVJHcCmyOIl7Z9iHPvvFrocgTYo9cITSGg0/7pw=
687-
github.com/hashicorp/consul/api v1.31.2/go.mod h1:Z8YgY0eVPukT/17ejW+l+C7zJmKwgPHtjU1q16v/Y40=
686+
github.com/hashicorp/consul/api v1.32.0 h1:5wp5u780Gri7c4OedGEPzmlUEzi0g2KyiPphSr6zjVg=
687+
github.com/hashicorp/consul/api v1.32.0/go.mod h1:Z8YgY0eVPukT/17ejW+l+C7zJmKwgPHtjU1q16v/Y40=
688688
github.com/hashicorp/consul/sdk v0.3.0/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8=
689689
github.com/hashicorp/consul/sdk v0.16.1 h1:V8TxTnImoPD5cj0U9Spl0TUxcytjcbbJeADFF07KdHg=
690690
github.com/hashicorp/consul/sdk v0.16.1/go.mod h1:fSXvwxB2hmh1FMZCNl6PwX0Q/1wdWtHJcZ7Ea5tns0s=

‎vendor/github.com/hashicorp/consul/api/config_entry_jwt_provider.go

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/github.com/hashicorp/consul/api/health.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc
11351135
# github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
11361136
## explicit
11371137
github.com/hailocab/go-hostpool
1138-
# github.com/hashicorp/consul/api v1.31.2
1138+
# github.com/hashicorp/consul/api v1.32.0
11391139
## explicit; go 1.22.12
11401140
github.com/hashicorp/consul/api
11411141
# github.com/hashicorp/errwrap v1.1.0

0 commit comments

Comments
 (0)