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.
9 lines
142 B
Modula-2
9 lines
142 B
Modula-2
3 years ago
|
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
|
||
|
)
|