Update the submodules for 1.20.x (#22034)

pull/22037/head
Abhishek Sahu 2024-12-24 20:33:39 +05:30 committed by GitHub
parent 3bba4b20fa
commit e71b525b7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

6
go.mod
View File

@ -43,11 +43,11 @@ require (
github.com/hashi-derek/grpc-proxy v0.0.0-20231207191910-191266484d75 github.com/hashi-derek/grpc-proxy v0.0.0-20231207191910-191266484d75
github.com/hashicorp/consul-awsauth v0.0.0-20220713182709-05ac1c5c2706 github.com/hashicorp/consul-awsauth v0.0.0-20220713182709-05ac1c5c2706
github.com/hashicorp/consul-net-rpc v0.0.0-20221205195236-156cfab66a69 github.com/hashicorp/consul-net-rpc v0.0.0-20221205195236-156cfab66a69
github.com/hashicorp/consul/api v1.29.4 github.com/hashicorp/consul/api v1.31.0
github.com/hashicorp/consul/envoyextensions v0.7.3 github.com/hashicorp/consul/envoyextensions v0.7.7
github.com/hashicorp/consul/proto-public v0.6.2 github.com/hashicorp/consul/proto-public v0.6.2
github.com/hashicorp/consul/sdk v0.16.1 github.com/hashicorp/consul/sdk v0.16.1
github.com/hashicorp/consul/troubleshoot v0.7.1 github.com/hashicorp/consul/troubleshoot v0.7.4
github.com/hashicorp/go-bexpr v0.1.2 github.com/hashicorp/go-bexpr v0.1.2
github.com/hashicorp/go-checkpoint v0.5.0 github.com/hashicorp/go-checkpoint v0.5.0
github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/go-cleanhttp v0.5.2

View File

@ -6,7 +6,7 @@ toolchain go1.22.5
require ( require (
github.com/google/go-cmp v0.6.0 github.com/google/go-cmp v0.6.0
github.com/hashicorp/consul/api v1.29.4 github.com/hashicorp/consul/api v1.31.0
github.com/hashicorp/consul/proto-public v0.6.2 github.com/hashicorp/consul/proto-public v0.6.2
github.com/hashicorp/consul/sdk v0.16.1 github.com/hashicorp/consul/sdk v0.16.1
github.com/hashicorp/consul/test/integration/consul-container v0.0.0-20230628201853-bdf4fad7c5a5 github.com/hashicorp/consul/test/integration/consul-container v0.0.0-20230628201853-bdf4fad7c5a5

View File

@ -12,8 +12,8 @@ require (
github.com/evanphx/json-patch v4.12.0+incompatible github.com/evanphx/json-patch v4.12.0+incompatible
github.com/go-jose/go-jose/v3 v3.0.3 github.com/go-jose/go-jose/v3 v3.0.3
github.com/hashicorp/consul v1.16.1 github.com/hashicorp/consul v1.16.1
github.com/hashicorp/consul/api v1.29.4 github.com/hashicorp/consul/api v1.31.0
github.com/hashicorp/consul/envoyextensions v0.7.3 github.com/hashicorp/consul/envoyextensions v0.7.7
github.com/hashicorp/consul/sdk v0.16.1 github.com/hashicorp/consul/sdk v0.16.1
github.com/hashicorp/consul/testing/deployer v0.0.0-20230811171106-4a0afb5d1373 github.com/hashicorp/consul/testing/deployer v0.0.0-20230811171106-4a0afb5d1373
github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/go-cleanhttp v0.5.2