update timeout
This commit is contained in:
parent
f6cf8b46ec
commit
e45fd544b5
3 changed files with 122 additions and 57 deletions
13
go.mod
Normal file
13
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue