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

9 lines
142 B
Modula-2

module caj-larsson/bog
go 1.18
require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/mattn/go-sqlite3 v1.14.12 // indirect
)