summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJJ <[email protected]>2022-06-20 21:28:52 -0400
committerWill Hawkins <[email protected]>2022-06-22 13:15:03 -0400
commit21b8689fa96f54350bf218b804bba58fda781fca (patch)
treec6bb8a9ec1c2bdbec37f978ab9d5ebd34a76a5b8 /go.mod
parent462bd5f6998e7922fb568dd50c52435370e8ecdb (diff)
[Feature] Add extendedstats support for Windows
The added support has similar stats to getTCPInfo for linux. Signed-off-by: Will Hawkins <[email protected]>
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 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