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.
13 lines
340 B
Modula-2
13 lines
340 B
Modula-2
module caj-larsson/bog
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.1.0 // indirect
|
|
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2 // indirect
|
|
github.com/matryer/is v1.4.0 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.12 // indirect
|
|
github.com/spf13/afero v1.8.2 // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
)
|