mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-28 04:46:50 -04:00
* Update to go 1.21 Use `atomic.Bool` stdlib instead of including our own. Include `tools\mkwinsyscall` updates from go-winio/283 to switch to `syscallN`. Note: removed `// TODO` about `print`/`ln`, since the latter adds spaces between args when printing, which is undesired. Also update CI to run steps on windows-2022 instead of windows-2019, similar to our hcsshim CI. Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com> * PR: simplify type checking Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com> --------- Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
12 lines
194 B
AMPL
12 lines
194 B
AMPL
module github.com/Microsoft/go-winio
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/sirupsen/logrus v1.9.3
|
|
golang.org/x/sys v0.10.0
|
|
golang.org/x/tools v0.11.0
|
|
)
|
|
|
|
require golang.org/x/mod v0.12.0 // indirect
|