9 lines
110 B
Modula-2
9 lines
110 B
Modula-2
module wazuh-notify
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.4.0
|
|
github.com/joho/godotenv v1.5.1
|
|
)
|