From e7789173aca751cf2a2ee39d65122ad719388ed8 Mon Sep 17 00:00:00 2001 From: Michael Zalimeni Date: Wed, 29 May 2024 12:49:35 -0400 Subject: [PATCH] release api/v1.29.1 Update proto-public in addition to sdk (updated in 1.29.0). --- api/go.mod | 4 +--- api/go.sum | 2 ++ test-integ/go.mod | 2 +- test/integration/consul-container/go.mod | 2 +- testing/deployer/go.mod | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/api/go.mod b/api/go.mod index 495ed9fd68d7..9a88f663096c 100644 --- a/api/go.mod +++ b/api/go.mod @@ -2,13 +2,11 @@ module github.com/hashicorp/consul/api go 1.19 -replace github.com/hashicorp/consul/proto-public => ../proto-public - retract v1.28.0 // tag was mutated require ( github.com/google/go-cmp v0.5.9 - github.com/hashicorp/consul/proto-public v0.5.1 + github.com/hashicorp/consul/proto-public v0.6.1 github.com/hashicorp/consul/sdk v0.16.1 github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/go-hclog v1.5.0 diff --git a/api/go.sum b/api/go.sum index b2887ae31c40..6b8cb04e34f8 100644 --- a/api/go.sum +++ b/api/go.sum @@ -44,6 +44,8 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/ github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38= github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= +github.com/hashicorp/consul/proto-public v0.6.1 h1:+uzH3olCrksXYWAYHKqK782CtK9scfqH+Unlw3UHhCg= +github.com/hashicorp/consul/proto-public v0.6.1/go.mod h1:cXXbOg74KBNGajC+o8RlA502Esf0R9prcoJgiOX/2Tg= github.com/hashicorp/consul/sdk v0.16.1 h1:V8TxTnImoPD5cj0U9Spl0TUxcytjcbbJeADFF07KdHg= github.com/hashicorp/consul/sdk v0.16.1/go.mod h1:fSXvwxB2hmh1FMZCNl6PwX0Q/1wdWtHJcZ7Ea5tns0s= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= diff --git a/test-integ/go.mod b/test-integ/go.mod index 9cee2f3a7d78..6193dc6634a8 100644 --- a/test-integ/go.mod +++ b/test-integ/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/google/go-cmp v0.5.9 github.com/hashicorp/consul/api v1.26.1 - github.com/hashicorp/consul/proto-public v0.5.1 + github.com/hashicorp/consul/proto-public v0.6.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/testing/deployer v0.0.0-20230811171106-4a0afb5d1373 diff --git a/test/integration/consul-container/go.mod b/test/integration/consul-container/go.mod index 76d5b059d230..f5addf28bc9b 100644 --- a/test/integration/consul-container/go.mod +++ b/test/integration/consul-container/go.mod @@ -12,7 +12,7 @@ require ( github.com/hashicorp/consul v1.16.1 github.com/hashicorp/consul/api v1.26.1 github.com/hashicorp/consul/envoyextensions v0.5.1 - github.com/hashicorp/consul/proto-public v0.5.1 + github.com/hashicorp/consul/proto-public v0.6.1 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 diff --git a/testing/deployer/go.mod b/testing/deployer/go.mod index bf75234bc153..0dd3855e3b9e 100644 --- a/testing/deployer/go.mod +++ b/testing/deployer/go.mod @@ -7,7 +7,7 @@ require ( 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.5.1 + github.com/hashicorp/consul/proto-public v0.6.1 github.com/hashicorp/consul/sdk v0.16.1 github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/go-hclog v1.5.0