mirror of https://github.com/hashicorp/consul
Update api to 1.28.5 (#22056)
* Update api to 1.28.5 * fix go mod * Added changelog * Update changelogpull/22090/head
parent
a3e353eea8
commit
12da08f11e
|
@ -0,0 +1,3 @@
|
|||
```release-note:improvement
|
||||
Upgrade api submodule to 1.28.5
|
||||
```
|
2
go.mod
2
go.mod
|
@ -43,7 +43,7 @@ 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.28.4
|
||||
github.com/hashicorp/consul/api v1.28.5
|
||||
github.com/hashicorp/consul/envoyextensions v0.6.2
|
||||
github.com/hashicorp/consul/proto-public v0.6.1
|
||||
github.com/hashicorp/consul/sdk v0.16.0
|
||||
|
|
|
@ -4,7 +4,7 @@ go 1.20
|
|||
|
||||
require (
|
||||
github.com/google/go-cmp v0.5.9
|
||||
github.com/hashicorp/consul/api v1.28.4
|
||||
github.com/hashicorp/consul/api v1.28.5
|
||||
github.com/hashicorp/consul/proto-public v0.6.1
|
||||
github.com/hashicorp/consul/sdk v0.16.0
|
||||
github.com/hashicorp/consul/test/integration/consul-container v0.0.0-20230628201853-bdf4fad7c5a5
|
||||
|
|
|
@ -10,7 +10,7 @@ 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.28.4
|
||||
github.com/hashicorp/consul/api v1.28.5
|
||||
github.com/hashicorp/consul/envoyextensions v0.6.2
|
||||
github.com/hashicorp/consul/proto-public v0.6.1
|
||||
github.com/hashicorp/consul/sdk v0.16.0
|
||||
|
|
Loading…
Reference in New Issue