module ttime

go 1.21.1

require (
	github.com/jmoiron/sqlx v1.3.5
	github.com/mattn/go-sqlite3 v1.14.22
	github.com/BurntSushi/toml v1.3.2
)