20 lines
559 B
Modula-2
20 lines
559 B
Modula-2
module homeautomation/webserver
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/petaki/inertia-go v1.8.0
|
|
github.com/petaki/support-go v1.10.0
|
|
)
|
|
|
|
require (
|
|
github.com/0xAX/notificator v0.0.0-20220220101646-ee9b8921e557 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
github.com/go-chi/chi/v5 v5.1.0 // indirect
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
github.com/mattn/go-shellwords v1.0.12 // indirect
|
|
github.com/romsar/gonertia v1.3.4 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/urfave/cli v1.22.16 // indirect
|
|
)
|