mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 05:45:46 +00:00
5531678e9e
* Mitigate HTTP/RPC Services Allow Unbounded Resource Usage Fixes #7159. Co-authored-by: Matt Keeler <mkeeler@users.noreply.github.com> Co-authored-by: Paul Banks <banks@banksco.de>
9 lines
146 B
Modula-2
9 lines
146 B
Modula-2
module github.com/hashicorp/go-connlimit
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|