summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2022-06-17 21:29:34 -0400
committerWill Hawkins <[email protected]>2022-06-17 21:29:34 -0400
commit462bd5f6998e7922fb568dd50c52435370e8ecdb (patch)
tree67862b465846e8467d3b2bf2042c9f8860e8eda2 /go.mod
parent71d9bae3dc95faa17764993c437116cd9544c624 (diff)
[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!
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
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