summaryrefslogtreecommitdiffhomepage
path: root/go.mod
blob: debb5aafe7ebcb479210bb83ac9677371a0904d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module toast.cafe/x/brpaste/v2

go 1.13

require (
	github.com/fasthttp/router v0.5.2
	github.com/go-redis/redis/v7 v7.0.0-beta.4
	github.com/golang/protobuf v1.3.1 // indirect
	github.com/klauspost/compress v1.9.2 // indirect
	github.com/twmb/murmur3 v1.0.0
	github.com/valyala/fasthttp v1.6.0
	github.com/valyala/quicktemplate v1.4.1
	golang.org/x/text v0.3.2 // indirect
)