From b8cd7960cd094087e45ed16683f77d98e7881218 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Sat, 12 Mar 2022 19:24:19 +0800 Subject: [PATCH] opt some --- go.mod | 4 ++-- go.sum | 12 ++++++------ src/debug/go.mod | 4 ++-- src/release/go.mod | 4 ++-- src/release/go.sum | 12 ++++++------ 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/go.mod b/go.mod index 86f4dae9..a6e4f19a 100644 --- a/go.mod +++ b/go.mod @@ -2,12 +2,12 @@ module shylinux.com/x/contexts go 1.11 -require shylinux.com/x/ice v0.8.0 +require shylinux.com/x/ice v0.8.1 require ( shylinux.com/x/golang-story v0.3.6 shylinux.com/x/linux-story v0.3.4 shylinux.com/x/mysql-story v0.3.6 - shylinux.com/x/nginx-story v0.3.6 + shylinux.com/x/nginx-story v0.3.7 shylinux.com/x/redis-story v0.3.7 ) diff --git a/go.sum b/go.sum index e6d088df..8d87fa2d 100644 --- a/go.sum +++ b/go.sum @@ -5,17 +5,17 @@ shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFw shylinux.com/x/golang-story v0.3.6 h1:3yMPRZK/bW9oaWquhlagJZq8LTLY3sQxrt+rvkSrGO4= shylinux.com/x/golang-story v0.3.6/go.mod h1:4nkJ5zyhNNC2ulPsf6WowneJ+axCw8eWMpsLwiQrvgg= shylinux.com/x/ice v0.7.6/go.mod h1:cnR4S2jWpPKuUsmnnul1gZCIZeuFeO17ieHbXmWjwpM= -shylinux.com/x/ice v0.8.0 h1:z138rS6bbFXiqSEAov/1p1kIqybeOkVOfNjHMw6UKdo= -shylinux.com/x/ice v0.8.0/go.mod h1:QSlZY0+PY70vvU/DN98mkwNTiVH4Yk03JQMDg0cH2tw= +shylinux.com/x/ice v0.8.1 h1:lf9hsthbWeMtUJZ9jrE+fWUmcXUcJ3igkobaT7hlFzE= +shylinux.com/x/ice v0.8.1/go.mod h1:lyjm480UtLgn0UsZGHOneTLwUUQ/GaSQcn7pDY64hS4= shylinux.com/x/icebergs v1.0.3/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw= -shylinux.com/x/icebergs v1.0.7 h1:PUAh8o75wd/4L8B+kaPoqeCPbwM3iKiavibt3NJlhOM= -shylinux.com/x/icebergs v1.0.7/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw= +shylinux.com/x/icebergs v1.0.8 h1:Vi/gwr7VTlupZfgcd7TuCHeZD1V1O6YXtyi3ognXLgU= +shylinux.com/x/icebergs v1.0.8/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw= shylinux.com/x/linux-story v0.3.4 h1:1YHGOYac0vvzTNcJCT0bPYdImhuZMfM6JBec/DYzmS4= shylinux.com/x/linux-story v0.3.4/go.mod h1:Fj+ojz6nFPPzVGdiroS2LwvLTP7QaeVMRlfuGp/VbiE= shylinux.com/x/mysql-story v0.3.6 h1:uIdHEvNlHTOPfnfhA3zSfdYx+eyTu5Out62mXlOfGCY= shylinux.com/x/mysql-story v0.3.6/go.mod h1:7m1ZudvleZ1pPFPC1OECFUVJIxQfU9IlHaYNOoTMSjk= -shylinux.com/x/nginx-story v0.3.6 h1:+WhOtuMzXcfdgrXac1YIUm4lrGONSLUIf2HiHVsQTls= -shylinux.com/x/nginx-story v0.3.6/go.mod h1:zKJSb4UIhaMr3wH4Jye1Qz3uRmlESbjRNwArqOMF7uk= +shylinux.com/x/nginx-story v0.3.7 h1:hq91Okx4LbUbUQG0tOyXConRU2HNEpo4eWArhnfZAYE= +shylinux.com/x/nginx-story v0.3.7/go.mod h1:zKJSb4UIhaMr3wH4Jye1Qz3uRmlESbjRNwArqOMF7uk= shylinux.com/x/redis-story v0.3.7 h1:x+3CVeMIP/Q13baRoGQ+YAXD7tMHAP4NHyB+mTZhjwo= shylinux.com/x/redis-story v0.3.7/go.mod h1:8ICaFbBznZDsxtYQHsfQ0+oxKGZ0lzlIgnoOYSnq160= shylinux.com/x/toolkits v0.5.2 h1:caTvTQ5o8hogGI5u120uh2X6rW/6cm8vP1vrSJJalgs= diff --git a/src/debug/go.mod b/src/debug/go.mod index a16a4013..729056ef 100644 --- a/src/debug/go.mod +++ b/src/debug/go.mod @@ -2,13 +2,13 @@ module shylinux.com/x/contexts go 1.11 -require shylinux.com/x/ice v0.8.0 +require shylinux.com/x/ice v0.8.1 require ( shylinux.com/x/golang-story v0.3.6 shylinux.com/x/linux-story v0.3.4 shylinux.com/x/mysql-story v0.3.6 - shylinux.com/x/nginx-story v0.3.6 + shylinux.com/x/nginx-story v0.3.7 shylinux.com/x/redis-story v0.3.7 ) diff --git a/src/release/go.mod b/src/release/go.mod index 86f4dae9..a6e4f19a 100644 --- a/src/release/go.mod +++ b/src/release/go.mod @@ -2,12 +2,12 @@ module shylinux.com/x/contexts go 1.11 -require shylinux.com/x/ice v0.8.0 +require shylinux.com/x/ice v0.8.1 require ( shylinux.com/x/golang-story v0.3.6 shylinux.com/x/linux-story v0.3.4 shylinux.com/x/mysql-story v0.3.6 - shylinux.com/x/nginx-story v0.3.6 + shylinux.com/x/nginx-story v0.3.7 shylinux.com/x/redis-story v0.3.7 ) diff --git a/src/release/go.sum b/src/release/go.sum index e6d088df..8d87fa2d 100644 --- a/src/release/go.sum +++ b/src/release/go.sum @@ -5,17 +5,17 @@ shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFw shylinux.com/x/golang-story v0.3.6 h1:3yMPRZK/bW9oaWquhlagJZq8LTLY3sQxrt+rvkSrGO4= shylinux.com/x/golang-story v0.3.6/go.mod h1:4nkJ5zyhNNC2ulPsf6WowneJ+axCw8eWMpsLwiQrvgg= shylinux.com/x/ice v0.7.6/go.mod h1:cnR4S2jWpPKuUsmnnul1gZCIZeuFeO17ieHbXmWjwpM= -shylinux.com/x/ice v0.8.0 h1:z138rS6bbFXiqSEAov/1p1kIqybeOkVOfNjHMw6UKdo= -shylinux.com/x/ice v0.8.0/go.mod h1:QSlZY0+PY70vvU/DN98mkwNTiVH4Yk03JQMDg0cH2tw= +shylinux.com/x/ice v0.8.1 h1:lf9hsthbWeMtUJZ9jrE+fWUmcXUcJ3igkobaT7hlFzE= +shylinux.com/x/ice v0.8.1/go.mod h1:lyjm480UtLgn0UsZGHOneTLwUUQ/GaSQcn7pDY64hS4= shylinux.com/x/icebergs v1.0.3/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw= -shylinux.com/x/icebergs v1.0.7 h1:PUAh8o75wd/4L8B+kaPoqeCPbwM3iKiavibt3NJlhOM= -shylinux.com/x/icebergs v1.0.7/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw= +shylinux.com/x/icebergs v1.0.8 h1:Vi/gwr7VTlupZfgcd7TuCHeZD1V1O6YXtyi3ognXLgU= +shylinux.com/x/icebergs v1.0.8/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw= shylinux.com/x/linux-story v0.3.4 h1:1YHGOYac0vvzTNcJCT0bPYdImhuZMfM6JBec/DYzmS4= shylinux.com/x/linux-story v0.3.4/go.mod h1:Fj+ojz6nFPPzVGdiroS2LwvLTP7QaeVMRlfuGp/VbiE= shylinux.com/x/mysql-story v0.3.6 h1:uIdHEvNlHTOPfnfhA3zSfdYx+eyTu5Out62mXlOfGCY= shylinux.com/x/mysql-story v0.3.6/go.mod h1:7m1ZudvleZ1pPFPC1OECFUVJIxQfU9IlHaYNOoTMSjk= -shylinux.com/x/nginx-story v0.3.6 h1:+WhOtuMzXcfdgrXac1YIUm4lrGONSLUIf2HiHVsQTls= -shylinux.com/x/nginx-story v0.3.6/go.mod h1:zKJSb4UIhaMr3wH4Jye1Qz3uRmlESbjRNwArqOMF7uk= +shylinux.com/x/nginx-story v0.3.7 h1:hq91Okx4LbUbUQG0tOyXConRU2HNEpo4eWArhnfZAYE= +shylinux.com/x/nginx-story v0.3.7/go.mod h1:zKJSb4UIhaMr3wH4Jye1Qz3uRmlESbjRNwArqOMF7uk= shylinux.com/x/redis-story v0.3.7 h1:x+3CVeMIP/Q13baRoGQ+YAXD7tMHAP4NHyB+mTZhjwo= shylinux.com/x/redis-story v0.3.7/go.mod h1:8ICaFbBznZDsxtYQHsfQ0+oxKGZ0lzlIgnoOYSnq160= shylinux.com/x/toolkits v0.5.2 h1:caTvTQ5o8hogGI5u120uh2X6rW/6cm8vP1vrSJJalgs=