summaryrefslogtreecommitdiffhomepage
path: root/go.mod
blob: 39af24adad492026a41a6aa9bf38676db3320a11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.4 // indirect
	github.com/stretchr/testify v1.4.0
	github.com/twmb/murmur3 v1.0.0
	github.com/valyala/fasthttp v1.7.0
	github.com/valyala/quicktemplate v1.4.1
	golang.org/x/text v0.3.2 // indirect
	toast.cafe/x/libuconf v0.0.0-20200124004008-45952396b95f
)