update timeout

This commit is contained in:
Eva Dengler 2022-03-06 22:48:28 +01:00
commit e45fd544b5
3 changed files with 122 additions and 57 deletions

13
go.mod Normal file
View file

@ -0,0 +1,13 @@
module boddle
go 1.17
require (
github.com/distributedio/configo v0.0.0-20200107073829-efd79b027816
github.com/mattn/go-sqlite3 v1.14.12
)
require (
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/shafreeck/toml v0.0.0-20190326060449-44ad86712acc // indirect
)