Serving template from go handler function
This commit is contained in:
10
go.mod
10
go.mod
@@ -1,3 +1,13 @@
|
||||
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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user