blob: c0262435f39155354d50e0264b6a3c53c1cd9a61 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
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/stretchr/testify v1.4.0
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
)
|