From 323b7f4032d19c06523f2eaaf1d20d32e1330b54 Mon Sep 17 00:00:00 2001 From: jloup Date: Mon, 30 Apr 2018 22:28:59 +0200 Subject: Redis connection. --- Gopkg.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Gopkg.toml') diff --git a/Gopkg.toml b/Gopkg.toml index 4feee4d..9721956 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -64,3 +64,7 @@ [[constraint]] branch = "master" name = "github.com/shopspring/decimal" + +[[constraint]] + name = "github.com/go-redis/redis" + version = "6.10.2" -- cgit v1.2.3