From 21b8689fa96f54350bf218b804bba58fda781fca Mon Sep 17 00:00:00 2001 From: JJ <60529194+Schickendantzj@users.noreply.github.com> Date: Mon, 20 Jun 2022 21:28:52 -0400 Subject: [Feature] Add extendedstats support for Windows The added support has similar stats to getTCPInfo for linux. Signed-off-by: Will Hawkins --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 40e148a..5fcee76 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( golang.org/x/net v0.0.0-20220225172249-27dd8689420f - golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c + golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664 ) require golang.org/x/text v0.3.7 // indirect -- cgit v1.2.3