aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 2f463968d4b4d95dec35263ed7594f1bd0092325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/FChannel/Server

go 1.15

require (
	github.com/gofiber/fiber/v2 v2.20.2
	github.com/gofiber/template v1.6.18
	github.com/gomodule/redigo v2.0.0+incompatible
	github.com/lib/pq v1.9.0
	github.com/simia-tech/crypt v0.5.0
	golang.org/x/text v0.3.6
)