crowdsec/pkg/acquisition/modules/wineventlog
marco 89efed68b0 replace syscall with unix/windows packages where possible
from the 1.22 release notes:

The syscall package has been frozen since Go 1.4 and was marked as deprecated in Go 1.11 [...]
However, some non-deprecated functionality requires use of the syscall package [...]
To avoid unnecessary complaints[...] no longer marked as deprecated.
The package remains frozen to most new functionality, and new code remains encouraged
to use golang.org/x/sys/unix or golang.org/x/sys/windows where possible.
2024-08-22 09:38:48 +02:00
..
wineventlog.go acquisition : take prometheus level into account (#2885) 2024-03-13 14:57:19 +01:00
wineventlog_test.go refactor: prefer logrus.WithField over WithFields with a single param (#3087) 2024-06-20 10:38:23 +02:00
wineventlog_windows.go replace syscall with unix/windows packages where possible 2024-08-22 09:38:48 +02:00