From 03244b3f91468f4ba25cbd10c5b256fe10144faf Mon Sep 17 00:00:00 2001 From: shylinux Date: Fri, 22 Oct 2021 16:19:05 +0800 Subject: [PATCH] opt some --- go.mod | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index 9e602e3e..b10e2f40 100644 --- a/go.mod +++ b/go.mod @@ -3,15 +3,15 @@ module shylinux.com/x/contexts go 1.11 require ( - shylinux.com/x/ice v0.3.3 - shylinux.com/x/icebergs v0.6.1 - shylinux.com/x/toolkits v0.3.7 + shylinux.com/x/ice v0.3.1 + shylinux.com/x/icebergs v0.5.9 + shylinux.com/x/toolkits v0.3.6 ) require ( - shylinux.com/x/golang-story v0.2.1 - shylinux.com/x/linux-story v0.2.1 - shylinux.com/x/mysql-story v0.2.2 - shylinux.com/x/nginx-story v0.2.2 - shylinux.com/x/redis-story v0.2.3 + shylinux.com/x/golang-story v0.1.9 + shylinux.com/x/linux-story v0.1.9 + shylinux.com/x/mysql-story v0.2.0 + shylinux.com/x/nginx-story v0.2.0 + shylinux.com/x/redis-story v0.2.1 )