summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 5 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 8af8ee4..05fa348 100644
--- a/go.mod
+++ b/go.mod
@@ -3,14 +3,18 @@ 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.5.1
+ 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
)