Converted logging to go-logging

This commit is contained in:
2022-04-14 00:55:04 -06:00
parent 5c19fbe187
commit 069d32d4af
3 changed files with 52 additions and 28 deletions
+6
View File
@@ -4,5 +4,11 @@ go 1.18
require (
github.com/mattn/go-sqlite3 v1.14.12
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/pelletier/go-toml/v2 v2.0.0-beta.8
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)