11 lines
155 B
Modula-2
11 lines
155 B
Modula-2
module wazuh-notify
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/joho/godotenv v1.5.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require github.com/BurntSushi/toml v1.4.0 // indirect
|