summaryrefslogtreecommitdiffhomepage
path: root/go.mod
blob: 05fa348accda4b070c8ba5e19faee502918c138f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module toast.cafe/x/brpaste/v2

go 1.13

require (
	github.com/BurntSushi/toml v1.3.2 // indirect
	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.8.4
	github.com/twmb/murmur3 v1.0.0
	github.com/valyala/fasthttp v1.7.0
	github.com/valyala/quicktemplate v1.4.1
	go.etcd.io/bbolt v1.3.8
	golang.org/x/sys v0.15.0 // indirect
	golang.org/x/text v0.3.2 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
	toast.cafe/x/libuconf v0.0.0-20200419230957-881131b6a896
)