blob: b950e2cdd5245a54e680bce996e37a7e8cfa97ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
module github.com/FChannel0/FChannel-Server
go 1.15
require (
github.com/gofiber/fiber/v2 v2.20.2
github.com/gofiber/template v1.6.18
github.com/lib/pq v1.9.0
github.com/simia-tech/crypt v0.5.0
golang.org/x/text v0.3.6
)
|