From eb4a112985bab4e70e0409bdeb73d048241787d6 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Sun, 20 Feb 2022 23:04:03 +0800 Subject: [PATCH] opt code --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 86c9b12d..d95f85bf 100644 --- a/go.mod +++ b/go.mod @@ -2,14 +2,14 @@ module shylinux.com/x/contexts go 1.11 -require shylinux.com/x/ice v0.6.8 +require shylinux.com/x/ice v0.7.1 require ( shylinux.com/x/golang-story v0.3.4 shylinux.com/x/linux-story v0.3.3 shylinux.com/x/mysql-story v0.3.5 shylinux.com/x/nginx-story v0.3.5 - shylinux.com/x/redis-story v0.3.5 + shylinux.com/x/redis-story v0.3.6 ) replace (