migrate from envars to toml config
This commit is contained in:
parent
5284b8a7cc
commit
04f7f97b62
12 changed files with 182 additions and 109 deletions
2
go.mod
2
go.mod
|
@ -6,3 +6,5 @@ require (
|
|||
github.com/jmoiron/sqlx v1.4.0
|
||||
github.com/lib/pq v1.10.9
|
||||
)
|
||||
|
||||
require github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue