From 462bd5f6998e7922fb568dd50c52435370e8ecdb Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 17 Jun 2022 21:29:34 -0400 Subject: [Feature] Use the new GetTCPConnectionInfo API for extended stats on macOS Now that there is support for GetTCPConnectionInfo on macOS, we can re-enable extended stats on the macOS platform! --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index b69fccd..40e148a 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-20220520151302-bc2c85ada10a + golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c ) require golang.org/x/text v0.3.7 // indirect -- cgit v1.2.3