mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-29 05:16:31 -04:00
Language server complains about `invalid operation: operator | not defined on windows.TOKEN_ADJUST_PRIVILEGES` in `privilege.go`. Upgrading to new golang.org/x/sys fixes issue. Signed-off-by: Hamza El-Saawy <hamzaelsaawy@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-20220422013727-9388b58f7150
|
|
)
|