forked from x/ContextOS
opt some
This commit is contained in:
parent
3d85d57fe3
commit
5bb310c205
2
go.mod
2
go.mod
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.8.2
|
||||
require shylinux.com/x/ice v0.8.3
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.3.6
|
||||
|
11
go.sum
11
go.sum
@ -5,11 +5,11 @@ 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.2 h1:VepFJYaX7OBI2XHhS+9qZxeiYcqRmZsOKjIf/abtcdY=
|
||||
shylinux.com/x/ice v0.8.2/go.mod h1:lyjm480UtLgn0UsZGHOneTLwUUQ/GaSQcn7pDY64hS4=
|
||||
shylinux.com/x/ice v0.8.3 h1:h38hD1WT3ejzCV77HWj9tGwRzJMbKGcjaEZCa3d7Wlw=
|
||||
shylinux.com/x/ice v0.8.3/go.mod h1:1tqEQNeu5MseZXnnRteK2tOtzOPWa4ZxPRDM2W2nKjg=
|
||||
shylinux.com/x/icebergs v1.0.3/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/icebergs v1.0.9 h1:p45h4dbTbY8aifmaeEXscQv0jWYHQ1ltOWOBaLx1CC8=
|
||||
shylinux.com/x/icebergs v1.0.9/go.mod h1:YFxcBWRZYJzaNuvS2pGnqSXdCrCN+ozvcsoyJsfOECk=
|
||||
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=
|
||||
@ -18,7 +18,8 @@ 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=
|
||||
shylinux.com/x/toolkits v0.5.2/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
shylinux.com/x/toolkits v0.5.3 h1:DuMHEKiPbaoU+0PEw9CtZldaM8bLLaQ6Dx0Qaqfz3SY=
|
||||
shylinux.com/x/toolkits v0.5.3/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
shylinux.com/x/websocket v0.0.1 h1:OBc21DxqsGlQ2+Pz76xqLyDNo1LV+PUUqfWi+1PZPDE=
|
||||
shylinux.com/x/websocket v0.0.1/go.mod h1:AaSpMToOxbMULKQytzczeHPuqb708vK1vrAzCxLo/XE=
|
||||
|
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.8.2
|
||||
require shylinux.com/x/ice v0.8.3
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.3.6
|
||||
|
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.8.2
|
||||
require shylinux.com/x/ice v0.8.3
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.3.6
|
||||
|
@ -5,11 +5,11 @@ 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.2 h1:VepFJYaX7OBI2XHhS+9qZxeiYcqRmZsOKjIf/abtcdY=
|
||||
shylinux.com/x/ice v0.8.2/go.mod h1:lyjm480UtLgn0UsZGHOneTLwUUQ/GaSQcn7pDY64hS4=
|
||||
shylinux.com/x/ice v0.8.3 h1:h38hD1WT3ejzCV77HWj9tGwRzJMbKGcjaEZCa3d7Wlw=
|
||||
shylinux.com/x/ice v0.8.3/go.mod h1:1tqEQNeu5MseZXnnRteK2tOtzOPWa4ZxPRDM2W2nKjg=
|
||||
shylinux.com/x/icebergs v1.0.3/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/icebergs v1.0.9 h1:p45h4dbTbY8aifmaeEXscQv0jWYHQ1ltOWOBaLx1CC8=
|
||||
shylinux.com/x/icebergs v1.0.9/go.mod h1:YFxcBWRZYJzaNuvS2pGnqSXdCrCN+ozvcsoyJsfOECk=
|
||||
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=
|
||||
@ -18,7 +18,8 @@ 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=
|
||||
shylinux.com/x/toolkits v0.5.2/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
shylinux.com/x/toolkits v0.5.3 h1:DuMHEKiPbaoU+0PEw9CtZldaM8bLLaQ6Dx0Qaqfz3SY=
|
||||
shylinux.com/x/toolkits v0.5.3/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
shylinux.com/x/websocket v0.0.1 h1:OBc21DxqsGlQ2+Pz76xqLyDNo1LV+PUUqfWi+1PZPDE=
|
||||
shylinux.com/x/websocket v0.0.1/go.mod h1:AaSpMToOxbMULKQytzczeHPuqb708vK1vrAzCxLo/XE=
|
||||
|
@ -5,7 +5,6 @@ service "运营群"
|
||||
usr/icebergs/misc/mp/mp.shy "微信小程序"
|
||||
lark "机器人 lark"
|
||||
usr/icebergs/misc/lark/lark.shy "飞书机器人"
|
||||
|
||||
product "产品群"
|
||||
office "办公 office"
|
||||
web.wiki.feel "影音媒体"
|
||||
@ -25,7 +24,6 @@ product "产品群"
|
||||
web.code.chrome.cache "爬虫缓存"
|
||||
web.code.chrome.spide "网页爬虫"
|
||||
web.code.chrome.modify "编辑页面"
|
||||
|
||||
project "研发群"
|
||||
studio "研发 studio"
|
||||
web.code.vimer "编辑器"
|
||||
@ -55,7 +53,6 @@ project "研发群"
|
||||
mysql "存储 mysql"
|
||||
usr/mysql-story/src/main.shy "数据存储"
|
||||
usr/mysql-story/src/clickhouse/clickhouse.shy "数据存储"
|
||||
|
||||
profile "测试群"
|
||||
website "定制 website"
|
||||
- web.chat.website web.chat.div web.code.vimer web.dream
|
||||
@ -64,7 +61,6 @@ profile "测试群"
|
||||
~ web.code.git status server
|
||||
research "测试 research"
|
||||
~ web.code favor bench pprof case
|
||||
|
||||
operate "运维群"
|
||||
aaa "权限 aaa"
|
||||
- user totp sess role
|
||||
|
Loading…
x
Reference in New Issue
Block a user