14 lines
424 B
Modula-2
14 lines
424 B
Modula-2
module gitea.sitodosi.com/betology/htmx
|
|
|
|
go 1.21.6
|
|
|
|
require (
|
|
github.com/fatih/color v1.9.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/githubnemo/CompileDaemon v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mattn/go-isatty v0.0.11 // indirect
|
|
github.com/radovskyb/watcher v1.0.7 // indirect
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
|
|
)
|