update go.mods with updated submodules.

pull/21630/head
John Murret 3 months ago
parent 249141db51
commit b2391e2fe9

@ -11,7 +11,7 @@ replace (
require (
github.com/envoyproxy/go-control-plane v0.12.0
github.com/google/go-cmp v0.5.9
github.com/hashicorp/consul/api v1.29.1
github.com/hashicorp/consul/api v1.29.2
github.com/hashicorp/consul/sdk v0.16.1
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/go-multierror v1.1.1

@ -43,11 +43,11 @@ require (
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-net-rpc v0.0.0-20221205195236-156cfab66a69
github.com/hashicorp/consul/api v1.29.1
github.com/hashicorp/consul/envoyextensions v0.7.0
github.com/hashicorp/consul/proto-public v0.6.1
github.com/hashicorp/consul/api v1.29.2
github.com/hashicorp/consul/envoyextensions v0.7.1
github.com/hashicorp/consul/proto-public v0.6.2
github.com/hashicorp/consul/sdk v0.16.1
github.com/hashicorp/consul/troubleshoot v0.6.1
github.com/hashicorp/consul/troubleshoot v0.6.2
github.com/hashicorp/go-bexpr v0.1.2
github.com/hashicorp/go-checkpoint v0.5.0
github.com/hashicorp/go-cleanhttp v0.5.2

@ -4,8 +4,8 @@ go 1.20
require (
github.com/google/go-cmp v0.5.9
github.com/hashicorp/consul/api v1.29.1
github.com/hashicorp/consul/proto-public v0.6.1
github.com/hashicorp/consul/api v1.29.2
github.com/hashicorp/consul/proto-public v0.6.2
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/testing/deployer v0.0.0-20230811171106-4a0afb5d1373

@ -10,9 +10,9 @@ require (
github.com/evanphx/json-patch v4.12.0+incompatible
github.com/go-jose/go-jose/v3 v3.0.3
github.com/hashicorp/consul v1.16.1
github.com/hashicorp/consul/api v1.29.1
github.com/hashicorp/consul/envoyextensions v0.7.0
github.com/hashicorp/consul/proto-public v0.6.1
github.com/hashicorp/consul/api v1.29.2
github.com/hashicorp/consul/envoyextensions v0.7.1
github.com/hashicorp/consul/proto-public v0.6.2
github.com/hashicorp/consul/sdk v0.16.1
github.com/hashicorp/consul/testing/deployer v0.0.0-20230811171106-4a0afb5d1373
github.com/hashicorp/go-cleanhttp v0.5.2

@ -6,8 +6,8 @@ require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/google/go-cmp v0.5.9
github.com/hashicorp/consul-server-connection-manager v0.1.4
github.com/hashicorp/consul/api v1.26.1
github.com/hashicorp/consul/proto-public v0.6.1
github.com/hashicorp/consul/api v1.29.2
github.com/hashicorp/consul/proto-public v0.6.2
github.com/hashicorp/consul/sdk v0.16.1
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-hclog v1.5.0

@ -17,8 +17,8 @@ exclude (
require (
github.com/envoyproxy/go-control-plane v0.12.0
github.com/envoyproxy/go-control-plane/xdsmatcher v0.0.0-20230524161521-aaaacbfbe53e
github.com/hashicorp/consul/api v1.29.1
github.com/hashicorp/consul/envoyextensions v0.7.0
github.com/hashicorp/consul/api v1.29.2
github.com/hashicorp/consul/envoyextensions v0.7.1
github.com/hashicorp/consul/sdk v0.16.1
github.com/stretchr/testify v1.8.4
google.golang.org/protobuf v1.33.0

Loading…
Cancel
Save