aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: e07b19b27ca13d3c48cefc2474ab2827a0f64de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/gofrs/uuid v4.2.0+incompatible
	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
)