more node and go changes

This commit is contained in:
2021-07-26 22:41:06 -04:00
parent cd8fb5ca54
commit 8d4e5e3e5e
13 changed files with 417 additions and 70 deletions

2
go.mod
View File

@@ -4,8 +4,10 @@ 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/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
)