|
|
|
@ -5,6 +5,7 @@ go 1.18
|
|
|
|
|
require (
|
|
|
|
|
github.com/gofiber/fiber/v2 v2.34.1
|
|
|
|
|
github.com/joho/godotenv v1.4.0
|
|
|
|
|
golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
@ -13,6 +14,5 @@ require (
|
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
|
github.com/valyala/fasthttp v1.37.0 // indirect
|
|
|
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
|
|
|
golang.org/x/exp v0.0.0-20220613132600-b0d781184e0d // indirect
|
|
|
|
|
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
|
|
|
|
|
)
|
|
|
|
|