11 lines
162 B
Modula-2
11 lines
162 B
Modula-2
module daemonService
|
|
|
|
go 1.21.6
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|