go mod support

This commit is contained in:
兔子 2022-03-14 11:06:22 +08:00
parent 87c33de7de
commit fb0550783b
Signed by: b612
GPG Key ID: 481225A74DEB62A1
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module b612.me/win32api
go 1.16
require golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 h1:y/woIyUBFbpQGKS0u1aHF/40WUDnek3fPOyD08H5Vng=
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=