initial commit

This commit is contained in:
SowinskiBraeden committed 2022-04-11 16:10:59 -07:00
commit 7992bd7264
6 files changed
+1073

No files matched your search

+17
View File
@@ -0,0 +1,17 @@
module github.com/SowinskiBraeden/gfbmb
go 1.18
require (
github.com/gofiber/fiber/v2 v2.31.0
github.com/gofiber/template v1.6.26
)
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/klauspost/compress v1.15.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.34.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
)