just need to figure out config files, everything else appears to work

This commit is contained in:
2021-08-08 22:42:40 -04:00
parent 74e3bc730e
commit fe7443daaa
7 changed files with 48 additions and 58 deletions

4
go.mod
View File

@@ -4,10 +4,8 @@ go 1.16
require (
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 // indirect
github.com/gofiber/fiber/v2 v2.15.0
github.com/klauspost/compress v1.13.1 // indirect
github.com/valyala/fasthttp v1.28.0 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)