Skip to content

Commit 8207a9b

Browse files
fix(deps): update module github.com/hashicorp/consul/api to v1.31.0 (#15540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1c783bf commit 8207a9b

File tree

5 files changed

+100
-4
lines changed

5 files changed

+100
-4
lines changed

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ require (
5858
github.com/grafana/tail v0.0.0-20230510142333-77b18831edf0
5959
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.2.0
6060
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
61-
github.com/hashicorp/consul/api v1.30.0
61+
github.com/hashicorp/consul/api v1.31.0
6262
github.com/hashicorp/golang-lru/v2 v2.0.7
6363
github.com/influxdata/telegraf v1.33.0
6464
github.com/jmespath/go-jmespath v0.4.0

‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -646,8 +646,8 @@ github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645/go
646646
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed h1:5upAirOpQc1Q53c0bnx2ufif5kANL7bfZWcc6VJWJd8=
647647
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed/go.mod h1:tMWxXQ9wFIaZeTI9F+hmhFiGpFmhOHzyShyFUhRm0H4=
648648
github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE=
649-
github.com/hashicorp/consul/api v1.30.0 h1:ArHVMMILb1nQv8vZSGIwwQd2gtc+oSQZ6CalyiyH2XQ=
650-
github.com/hashicorp/consul/api v1.30.0/go.mod h1:B2uGchvaXVW2JhFoS8nqTxMD5PBykr4ebY4JWHTTeLM=
649+
github.com/hashicorp/consul/api v1.31.0 h1:32BUNLembeSRek0G/ZAM6WNfdEwYdYo8oQ4+JoqGkNQ=
650+
github.com/hashicorp/consul/api v1.31.0/go.mod h1:2ZGIiXM3A610NmDULmCHd/aqBJj8CkMfOhswhOafxRg=
651651
github.com/hashicorp/consul/sdk v0.3.0/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8=
652652
github.com/hashicorp/consul/sdk v0.16.1 h1:V8TxTnImoPD5cj0U9Spl0TUxcytjcbbJeADFF07KdHg=
653653
github.com/hashicorp/consul/sdk v0.16.1/go.mod h1:fSXvwxB2hmh1FMZCNl6PwX0Q/1wdWtHJcZ7Ea5tns0s=

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

+15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,7 @@ github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc
10721072
# github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed
10731073
## explicit
10741074
github.com/hailocab/go-hostpool
1075-
# github.com/hashicorp/consul/api v1.30.0
1075+
# github.com/hashicorp/consul/api v1.31.0
10761076
## explicit; go 1.19
10771077
github.com/hashicorp/consul/api
10781078
# github.com/hashicorp/errwrap v1.1.0

0 commit comments

Comments
 (0)