Initial work on parsing config file

This commit is contained in:
Dan Jones 2023-03-23 13:03:16 -05:00
commit 996f59c8af
4 changed files with 51 additions and 4 deletions

6
go.mod
View file

@ -2,7 +2,11 @@ module codeberg.org/danjones000/gopub
go 1.19
require github.com/gofiber/fiber/v2 v2.42.0
require (
github.com/BurntSushi/toml v1.2.1
github.com/gofiber/fiber/v2 v2.42.0
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect