Skip to content

Commit

Permalink
tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahalsmiller committed Sep 20, 2024
1 parent 16aecab commit 600039d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
14 changes: 6 additions & 8 deletions troubleshoot/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ module github.com/hashicorp/consul/troubleshoot

go 1.19

replace (
github.com/hashicorp/consul/api => ../api
github.com/hashicorp/consul/envoyextensions => ../envoyextensions
github.com/hashicorp/consul/proto-public => ../proto-public
github.com/hashicorp/consul/sdk => ../sdk
)
//github.com/hashicorp/consul/api => ../api
//github.com/hashicorp/consul/envoyextensions => ../envoyextensions
//github.com/hashicorp/consul/proto-public => ../proto-public
replace github.com/hashicorp/consul/sdk => ../sdk

exclude (
github.com/hashicorp/go-msgpack v1.1.5 // has breaking changes and must be avoided
Expand All @@ -23,8 +21,8 @@ retract (
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.4
github.com/hashicorp/consul/envoyextensions v0.7.3
github.com/hashicorp/consul/api v1.29.5-rc1
github.com/hashicorp/consul/envoyextensions v0.7.4-rc1
github.com/hashicorp/consul/sdk v0.16.1
github.com/stretchr/testify v1.8.4
google.golang.org/protobuf v1.33.0
Expand Down
5 changes: 5 additions & 0 deletions troubleshoot/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMyw
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
github.com/hashicorp/consul/api v1.29.5-rc1 h1:14ULV2lHRRtbKUDkKSeg8CExDGrqxr/eUEeqtswaW8M=
github.com/hashicorp/consul/api v1.29.5-rc1/go.mod h1:OiMrmEbZPgDfmTwiE7+ZAkv+EJ16SsVIuLJRQrkjDC0=
github.com/hashicorp/consul/envoyextensions v0.7.4-rc1 h1:X25Ga6IbBaSoTLLLNxpXQImhRtmM0zWUpy4HlR1R8NI=
github.com/hashicorp/consul/envoyextensions v0.7.4-rc1/go.mod h1:l/AHQyfoRIhuBy3ZTYwtnUEnDTaeD9opxV+ouiIxSRU=
github.com/hashicorp/consul/proto-public v0.5.4-rc1 h1:psIJ9DgJw5QbRsh6RGYYr3Viw+r+up9PE7Z6mAZsAEQ=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
Expand Down

0 comments on commit 600039d

Please sign in to comment.