Revert "Vendor update"

This reverts commit e5f062ee91.
This commit is contained in:
Morgan Bazalgette
2017-07-25 15:09:02 +02:00
parent e5f062ee91
commit 2535a03c5f
23 changed files with 226 additions and 380 deletions

1
vendor/gopkg.in/redis.v5/Makefile generated vendored
View File

@@ -15,5 +15,4 @@ testdata/redis:
wget -qO- https://github.com/antirez/redis/archive/unstable.tar.gz | tar xvz --strip-components=1 -C $@
testdata/redis/src/redis-server: testdata/redis
sed -i 's/libjemalloc.a/libjemalloc.a -lrt/g' $</src/Makefile
cd $< && make all