initial commit
This commit is contained in:
commit
885ff3b928
11 changed files with 367 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
module catos.directory/tasks/awl-ntfy
|
||||
|
||||
go 1.24.2
|
||||
|
||||
require (
|
||||
github.com/alexflint/go-arg v1.5.1 // indirect
|
||||
github.com/alexflint/go-scalar v1.2.0 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue