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.
|
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
|
|
github.com/spf13/afero v1.8.2 // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
)
|