mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-27 20:36:32 -04:00
* Added HV Socket tests Added tests for core Hyper-V socket functionality, including testing CloseRead and CloseWrite, as well as checking addresses are appropriate and timeouts work. Added fuzzing test to check for edge case read/write issues. Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com> * pr: asserts, naming, fatal in test Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com> Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
11 lines
221 B
AMPL
11 lines
221 B
AMPL
module github.com/Microsoft/go-winio
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.7.0
|
|
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
|
|
)
|
|
|
|
require golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
|