mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
42647de35d
Bump google.golang.org/grpc to 1.56.3 This resolves [CVE-2023-44487](https://nvd.nist.gov/vuln/detail/CVE-2023-44487). Co-authored-by: Chris Thain <chris.m.thain@gmail.com>
14 lines
331 B
Modula-2
14 lines
331 B
Modula-2
module test-sds-server
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/envoyproxy/go-control-plane v0.11.1
|
|
github.com/fatih/color v1.14.1 // indirect
|
|
github.com/hashicorp/consul v1.15.2
|
|
github.com/hashicorp/go-hclog v1.5.0
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
google.golang.org/grpc v1.56.3
|
|
)
|