mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 12:40:17 +00:00
8209b3ff86
* security: bump coredns * add changelog * Revert "security: bump coredns" This reverts commit dcca09d83e89b6d5a4f03106e86d72a2b791001d. * security: bump coredns * fine-tune security scanner on release * dismiss changelog
13 lines
291 B
Modula-2
13 lines
291 B
Modula-2
module test-sds-server
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/envoyproxy/go-control-plane v0.12.0
|
|
github.com/hashicorp/consul v1.18.1
|
|
github.com/hashicorp/consul/sdk v0.16.0 // indirect
|
|
github.com/hashicorp/go-hclog v1.5.0
|
|
golang.org/x/net v0.24.0 // indirect
|
|
google.golang.org/grpc v1.58.3
|
|
)
|