just need to figure out config files, everything else appears to work
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user