crowdsec/pkg/types
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
..
appsec_event.go Appsec improvement and fixes after merge (#2645) 2023-12-08 10:25:00 +01:00
constants.go fix include_capi filter (#2478) 2023-09-20 11:56:00 +02:00
datasource.go trim pkg/types: move DataSet/GetData to pkg/cwhub, removed unused Clone function (#2271) 2023-06-08 16:49:51 +02:00
event.go update expr (#3144) 2024-07-22 12:14:46 +02:00
event_test.go lint (copyloopvar) (#2971) 2024-06-20 22:13:26 +02:00
getfstype.go enable linter: revive (var-declaration) (#3069) 2024-06-11 09:26:50 +02:00
getfstype_freebsd.go replace syscall with unix/windows packages where possible 2024-08-22 09:38:48 +02:00
getfstype_windows.go replace syscall with unix/windows packages where possible 2024-08-22 09:38:48 +02:00
ip.go minor lint/readability (#2976) 2024-05-02 13:42:47 +02:00
ip_test.go simplify err.Error() to err when used in printf context (#1603) 2022-06-22 15:53:53 +02:00
line.go Refactor Acquisition Interface (#773) 2021-06-11 09:53:53 +02:00
queue.go refactor: prefer logrus.WithField over WithFields with a single param (#3087) 2024-06-20 10:38:23 +02:00
utils.go revert "db: round created, updated... timestamps to 1 second" (#3127) 2024-07-12 17:02:44 +02:00