10 lines
145 B
Modula-2
10 lines
145 B
Modula-2
|
|
module wazuh-notify
|
||
|
|
|
||
|
|
go 1.25.4
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/BurntSushi/toml v1.4.0
|
||
|
|
github.com/joho/godotenv v1.5.1
|
||
|
|
github.com/urfave/cli/v3 v3.3.8
|
||
|
|
)
|