summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2020-04-19 19:12:34 -0400
committerChloe Kudryavtsev <toast@toast.cafe>2020-04-19 19:12:34 -0400
commit233e40bc69b4fecf0742222e4b6111f730db5e2c (patch)
tree4c1e810b3e567188a751379a19ccb20e23d145ce /go.mod
parentci: static builds only pls (diff)
Bump to libuconf rewrite
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 39af24a..8af8ee4 100644
--- a/go.mod
+++ b/go.mod
@@ -7,10 +7,10 @@ require (
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/stretchr/testify v1.5.1
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
+ toast.cafe/x/libuconf v0.0.0-20200419230957-881131b6a896
)