mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-28 04:46:50 -04:00
1.13 is sufficiently old at this point and net.ErrClosed from 1.16 will be nice to use. This change additionally runs go fmt to bring in the new 1.17 build tag syntax and builds the binaries in our CI with 1.17+. Signed-off-by: Daniel Canter <dcanter@microsoft.com>
9 lines
147 B
AMPL
9 lines
147 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-20210124154548-22da62e12c0c
|
|
)
|