aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-04-30 22:28:59 +0200
committerjloup <jeanloup.jamet@gmail.com>2018-04-30 22:28:59 +0200
commit323b7f4032d19c06523f2eaaf1d20d32e1330b54 (patch)
treea8d966c703755c5986505f8ed742b666800df12b /Gopkg.toml
parent4215df47c93c6ea26f21c74a9d52f78d1d103dde (diff)
downloadFront-323b7f4032d19c06523f2eaaf1d20d32e1330b54.tar.gz
Front-323b7f4032d19c06523f2eaaf1d20d32e1330b54.tar.zst
Front-323b7f4032d19c06523f2eaaf1d20d32e1330b54.zip
Redis connection.
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 4feee4d..9721956 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -64,3 +64,7 @@
64[[constraint]] 64[[constraint]]
65 branch = "master" 65 branch = "master"
66 name = "github.com/shopspring/decimal" 66 name = "github.com/shopspring/decimal"
67
68[[constraint]]
69 name = "github.com/go-redis/redis"
70 version = "6.10.2"