aboutsummaryrefslogtreecommitdiff
path: root/Gopkg.toml
diff options
context:
space:
mode:
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"