You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
267 B

module track-gopher
go 1.24
require (
github.com/a-h/templ v0.3.833
github.com/go-chi/chi/v5 v5.2.1
github.com/mattn/go-sqlite3 v1.14.24
go.bug.st/serial v1.6.2
)
require (
github.com/creack/goselect v0.1.2 // indirect
golang.org/x/sys v0.28.0 // indirect
)