✨ Initial work on parsing config file
This commit is contained in:
parent
4139d835be
commit
996f59c8af
4 changed files with 51 additions and 4 deletions
6
go.mod
6
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue