File tree 6 files changed +9
-10
lines changed
test/integration/consul-container
6 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,11 @@ module github.com/hashicorp/consul/api
2
2
3
3
go 1.19
4
4
5
- replace (
6
- github.com/hashicorp/consul/proto-public => ../proto-public
7
- github.com/hashicorp/consul/sdk => ../sdk
8
- )
9
-
10
5
retract v1.28.0 // tag was mutated
11
6
12
7
require (
13
8
github.com/google/go-cmp v0.5.9
14
- github.com/hashicorp/consul/proto-public v0.6.1
9
+ github.com/hashicorp/consul/proto-public v0.6.2
15
10
github.com/hashicorp/consul/sdk v0.16.1
16
11
github.com/hashicorp/go-cleanhttp v0.5.2
17
12
github.com/hashicorp/go-hclog v1.5.0
Original file line number Diff line number Diff line change @@ -44,6 +44,10 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
44
44
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38 =
45
45
github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
46
46
github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
47
+ github.com/hashicorp/consul/proto-public v0.6.2 h1:+DA/3g/IiKlJZb88NBn0ZgXrxJp2NlvCZdEyl+qxvL0 =
48
+ github.com/hashicorp/consul/proto-public v0.6.2 /go.mod h1:cXXbOg74KBNGajC+o8RlA502Esf0R9prcoJgiOX/2Tg =
49
+ github.com/hashicorp/consul/sdk v0.16.1 h1:V8TxTnImoPD5cj0U9Spl0TUxcytjcbbJeADFF07KdHg =
50
+ github.com/hashicorp/consul/sdk v0.16.1 /go.mod h1:fSXvwxB2hmh1FMZCNl6PwX0Q/1wdWtHJcZ7Ea5tns0s =
47
51
github.com/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
48
52
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I =
49
53
github.com/hashicorp/errwrap v1.1.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ require (
45
45
github.com/hashicorp/consul-net-rpc v0.0.0-20221205195236-156cfab66a69
46
46
github.com/hashicorp/consul/api v1.29.1
47
47
github.com/hashicorp/consul/envoyextensions v0.7.0
48
- github.com/hashicorp/consul/proto-public v0.6.1
48
+ github.com/hashicorp/consul/proto-public v0.6.2
49
49
github.com/hashicorp/consul/sdk v0.16.1
50
50
github.com/hashicorp/consul/troubleshoot v0.6.1
51
51
github.com/hashicorp/go-bexpr v0.1.2
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/google/go-cmp v0.5.9
7
7
github.com/hashicorp/consul/api v1.29.1
8
- github.com/hashicorp/consul/proto-public v0.6.1
8
+ github.com/hashicorp/consul/proto-public v0.6.2
9
9
github.com/hashicorp/consul/sdk v0.16.1
10
10
github.com/hashicorp/consul/test/integration/consul-container v0.0.0-20230628201853-bdf4fad7c5a5
11
11
github.com/hashicorp/consul/testing/deployer v0.0.0-20230811171106-4a0afb5d1373
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
12
12
github.com/hashicorp/consul v1.16.1
13
13
github.com/hashicorp/consul/api v1.29.1
14
14
github.com/hashicorp/consul/envoyextensions v0.7.0
15
- github.com/hashicorp/consul/proto-public v0.6.1
15
+ github.com/hashicorp/consul/proto-public v0.6.2
16
16
github.com/hashicorp/consul/sdk v0.16.1
17
17
github.com/hashicorp/consul/testing/deployer v0.0.0-20230811171106-4a0afb5d1373
18
18
github.com/hashicorp/go-cleanhttp v0.5.2
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/google/go-cmp v0.5.9
8
8
github.com/hashicorp/consul-server-connection-manager v0.1.4
9
9
github.com/hashicorp/consul/api v1.26.1
10
- github.com/hashicorp/consul/proto-public v0.6.1
10
+ github.com/hashicorp/consul/proto-public v0.6.2
11
11
github.com/hashicorp/consul/sdk v0.16.1
12
12
github.com/hashicorp/go-cleanhttp v0.5.2
13
13
github.com/hashicorp/go-hclog v1.5.0
You can’t perform that action at this time.
0 commit comments