config and databse should be close to done

This commit is contained in:
2021-08-17 09:48:47 -04:00
parent e102b7cc18
commit 59c2a7a0d5
10 changed files with 251 additions and 15 deletions

5
go.mod
View File

@@ -5,12 +5,15 @@ go 1.16
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/asdine/storm/v3 v3.2.1 // indirect
github.com/gofiber/fiber/v2 v2.15.0
github.com/ilyakaznacheev/cleanenv v1.2.5 // indirect
github.com/kkyr/fig v0.3.0 // indirect
github.com/klauspost/compress v1.13.1 // indirect
github.com/rs/zerolog v1.23.0 // indirect
github.com/valyala/fasthttp v1.28.0 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)