Deniz Onur Duzgun 8209b3ff86
security: fine-tune release scanner and bump coredns (#21038)
* security: bump coredns

* add changelog

* Revert "security: bump coredns"

This reverts commit dcca09d83e89b6d5a4f03106e86d72a2b791001d.

* security: bump coredns

* fine-tune security scanner on release

* dismiss changelog
2024-05-03 15:09:40 -04:00

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
)