Update go-winio module version from 0.4.11 to 0.4.14

This commit is contained in:
张潇
2019-11-29 08:10:44 +08:00
parent cf16e4988f
commit f461225ba5
13 changed files with 854 additions and 111 deletions

9
vendor/github.com/Microsoft/go-winio/go.mod generated vendored Normal file
View File

@@ -0,0 +1,9 @@
module github.com/Microsoft/go-winio
go 1.12
require (
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.1
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
)