mirror of
https://github.com/ducky-labs/htmx-go-todo.git
synced 2026-02-04 06:31:00 +00:00
8 lines
153 B
Modula-2
8 lines
153 B
Modula-2
module github.com/webdevfuel/htmx-go-todo
|
|
|
|
go 1.21.1
|
|
|
|
require github.com/go-chi/chi/v5 v5.0.10
|
|
|
|
require github.com/mattn/go-sqlite3 v1.14.17 // indirect
|