1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-03-26 23:14:11 +08:00
parent 36bd013daa
commit 55e02fbcf9
6 changed files with 49 additions and 49 deletions

12
go.mod
View File

@ -2,12 +2,12 @@ module shylinux.com/x/contexts
go 1.11
require shylinux.com/x/ice v0.8.6
require shylinux.com/x/ice v0.8.7
require (
shylinux.com/x/golang-story v0.3.7
shylinux.com/x/linux-story v0.3.5
shylinux.com/x/mysql-story v0.3.7
shylinux.com/x/nginx-story v0.3.8
shylinux.com/x/redis-story v0.3.8
shylinux.com/x/golang-story v0.3.8
shylinux.com/x/linux-story v0.3.6
shylinux.com/x/mysql-story v0.3.8
shylinux.com/x/nginx-story v0.3.9
shylinux.com/x/redis-story v0.3.9
)

28
go.sum
View File

@ -2,20 +2,20 @@ shylinux.com/x/go-qrcode v0.0.1 h1:/eOGqMj1qtgs9Ymd12zTUa1gcJZs9S92kj2lb0QzKsE=
shylinux.com/x/go-qrcode v0.0.1/go.mod h1:KAbtU+KwiiABMZ/CJ0zh9PI2AX82Uf9rRYcQ4ODm4po=
shylinux.com/x/go-sql-mysql v0.0.1 h1:VX5SrwLBKzfkRouj39LgJ9reIXOWmMsScRpr+e0qdp0=
shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFwWYjhDFDA=
shylinux.com/x/golang-story v0.3.7 h1:apmiNZfGxp9Hh4O0McPAfOp1zfOJhrB1c4oAffEadQc=
shylinux.com/x/golang-story v0.3.7/go.mod h1:uozBX2hNf+ECdOh2885sm2qQr+kMsMkhc1TBk7AWO14=
shylinux.com/x/ice v0.8.6 h1:IpUc7yp2NpyxciXNFBApn3JF3VP+2K0YWbubFhGCFXQ=
shylinux.com/x/ice v0.8.6/go.mod h1:mA3Nb1rWYp0ypmG+KO92Rx5GnFrVUjoj4ii05FWAJ5c=
shylinux.com/x/icebergs v1.1.2 h1:MDG6N+0JUNhH7g1ldft+RT7kYT79M2d7tN5R6GrXDBc=
shylinux.com/x/icebergs v1.1.2/go.mod h1:SwEzucaBu2/2pWQrBDG8jMsgZLzQwftzULiPK3cSp8M=
shylinux.com/x/linux-story v0.3.5 h1:GLeF7WfaHH+kAjMaqnWRvKEl00W5z77aSMjl82Ss/IA=
shylinux.com/x/linux-story v0.3.5/go.mod h1:L5mF9EBFNJyzaT158KgraSMZiK2xuGT4k3dJ1IBbT3Q=
shylinux.com/x/mysql-story v0.3.7 h1:uB3duRtwhWixw4hfAPLWEMtt5hX3lFxMr28rrwLZqtI=
shylinux.com/x/mysql-story v0.3.7/go.mod h1:bO0RwSAMw/0YDqLi9xoq4QjDllzQwNxmEb2S+lzaVtw=
shylinux.com/x/nginx-story v0.3.8 h1:FYIj4NjvbZyH2UsAG+oe+cPOvvrpROHM8pem96Mn1BQ=
shylinux.com/x/nginx-story v0.3.8/go.mod h1:2FVCj/yyLRVIJ2WJdCcVGcZ853eUlVqU1ZlpdOvBOnE=
shylinux.com/x/redis-story v0.3.8 h1:gNZCCetWtZtih6Fgw/JwNAyz7lrGVuKzRjioXRgg3gs=
shylinux.com/x/redis-story v0.3.8/go.mod h1:eIhkVpa2K5RpMi1qMJz+Sl9q43pKlVK1r5MCPmKoW1k=
shylinux.com/x/golang-story v0.3.8 h1:qFYQ83c+C/JrB4huPl6vrFARPu38ON8Zip+vHsKi8Hk=
shylinux.com/x/golang-story v0.3.8/go.mod h1:+gU8f1IQOq87kg6AGWf8GLTbZe+O941Q3XnCCJIRW8U=
shylinux.com/x/ice v0.8.7 h1:XYXcWudHsvina13Z7QvMhbvcVkgDjHX/ypse5l6Ywd8=
shylinux.com/x/ice v0.8.7/go.mod h1:gCGjXbo1Ze6kbcmob+GDuEsAigCcno6kjK8LtdkMTUU=
shylinux.com/x/icebergs v1.1.3 h1:QpBiKm1IT+z2JkdItJW9qAq2frmHBwQOEc4MTUfrr3o=
shylinux.com/x/icebergs v1.1.3/go.mod h1:SwEzucaBu2/2pWQrBDG8jMsgZLzQwftzULiPK3cSp8M=
shylinux.com/x/linux-story v0.3.6 h1:l0vEmbrrOP+UZywoRUdv5K1JorwUYJ+gz6ud8zh/eFs=
shylinux.com/x/linux-story v0.3.6/go.mod h1:pkB+RVnf2ZJwYTVqggxPPDAjUzdQdRwUd7MTGpLsBxc=
shylinux.com/x/mysql-story v0.3.8 h1:pO1df31wMgLwioDyQO5z2tlZ/RYVz+pNMHLEW25XYx8=
shylinux.com/x/mysql-story v0.3.8/go.mod h1:d2qq03o6y3M1CuaykGXMQmS8XK4sutSCZBcH8kxRXrQ=
shylinux.com/x/nginx-story v0.3.9 h1:07wmLndioi3Nfx9qCrwZcEoLoZLlKGeIF72Uq5IfNaw=
shylinux.com/x/nginx-story v0.3.9/go.mod h1:DTG3ed7j0q9hrSm2A7mObzm3CRXZpCHYZm6A+DszAp8=
shylinux.com/x/redis-story v0.3.9 h1:yHG6gNBa0xzXpUhKyWZ69TaBzeb/kaElTBGVaDAQ4W8=
shylinux.com/x/redis-story v0.3.9/go.mod h1:NbMWT/A2Shcd5n6Ro3uvsxdz2+V/EPeA3vKIXdIWsQs=
shylinux.com/x/toolkits v0.5.4 h1:Wy1qw264qEPzLYHfMhy9tmm+6+zycit75hJVxwu83cQ=
shylinux.com/x/toolkits v0.5.4/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
shylinux.com/x/websocket v0.0.1 h1:OBc21DxqsGlQ2+Pz76xqLyDNo1LV+PUUqfWi+1PZPDE=

View File

@ -2,14 +2,14 @@ module shylinux.com/x/contexts
go 1.11
require shylinux.com/x/ice v0.8.6
require shylinux.com/x/ice v0.8.7
require (
shylinux.com/x/golang-story v0.3.7
shylinux.com/x/linux-story v0.3.5
shylinux.com/x/mysql-story v0.3.7
shylinux.com/x/nginx-story v0.3.8
shylinux.com/x/redis-story v0.3.8
shylinux.com/x/golang-story v0.3.8
shylinux.com/x/linux-story v0.3.6
shylinux.com/x/mysql-story v0.3.8
shylinux.com/x/nginx-story v0.3.9
shylinux.com/x/redis-story v0.3.9
)
replace (

View File

@ -7,9 +7,9 @@ refer `
chapter "实践"
label `
code wiki chat team mall
linux nginx context redis mysql
bash git golang vim tmux
code wiki chat team
linux nginx context redis
bash git golang vim
` fg blue bg yellow
chapter "理论"

View File

@ -2,12 +2,12 @@ module shylinux.com/x/contexts
go 1.11
require shylinux.com/x/ice v0.8.6
require shylinux.com/x/ice v0.8.7
require (
shylinux.com/x/golang-story v0.3.7
shylinux.com/x/linux-story v0.3.5
shylinux.com/x/mysql-story v0.3.7
shylinux.com/x/nginx-story v0.3.8
shylinux.com/x/redis-story v0.3.8
shylinux.com/x/golang-story v0.3.8
shylinux.com/x/linux-story v0.3.6
shylinux.com/x/mysql-story v0.3.8
shylinux.com/x/nginx-story v0.3.9
shylinux.com/x/redis-story v0.3.9
)

View File

@ -2,20 +2,20 @@ shylinux.com/x/go-qrcode v0.0.1 h1:/eOGqMj1qtgs9Ymd12zTUa1gcJZs9S92kj2lb0QzKsE=
shylinux.com/x/go-qrcode v0.0.1/go.mod h1:KAbtU+KwiiABMZ/CJ0zh9PI2AX82Uf9rRYcQ4ODm4po=
shylinux.com/x/go-sql-mysql v0.0.1 h1:VX5SrwLBKzfkRouj39LgJ9reIXOWmMsScRpr+e0qdp0=
shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFwWYjhDFDA=
shylinux.com/x/golang-story v0.3.7 h1:apmiNZfGxp9Hh4O0McPAfOp1zfOJhrB1c4oAffEadQc=
shylinux.com/x/golang-story v0.3.7/go.mod h1:uozBX2hNf+ECdOh2885sm2qQr+kMsMkhc1TBk7AWO14=
shylinux.com/x/ice v0.8.6 h1:IpUc7yp2NpyxciXNFBApn3JF3VP+2K0YWbubFhGCFXQ=
shylinux.com/x/ice v0.8.6/go.mod h1:mA3Nb1rWYp0ypmG+KO92Rx5GnFrVUjoj4ii05FWAJ5c=
shylinux.com/x/icebergs v1.1.2 h1:MDG6N+0JUNhH7g1ldft+RT7kYT79M2d7tN5R6GrXDBc=
shylinux.com/x/icebergs v1.1.2/go.mod h1:SwEzucaBu2/2pWQrBDG8jMsgZLzQwftzULiPK3cSp8M=
shylinux.com/x/linux-story v0.3.5 h1:GLeF7WfaHH+kAjMaqnWRvKEl00W5z77aSMjl82Ss/IA=
shylinux.com/x/linux-story v0.3.5/go.mod h1:L5mF9EBFNJyzaT158KgraSMZiK2xuGT4k3dJ1IBbT3Q=
shylinux.com/x/mysql-story v0.3.7 h1:uB3duRtwhWixw4hfAPLWEMtt5hX3lFxMr28rrwLZqtI=
shylinux.com/x/mysql-story v0.3.7/go.mod h1:bO0RwSAMw/0YDqLi9xoq4QjDllzQwNxmEb2S+lzaVtw=
shylinux.com/x/nginx-story v0.3.8 h1:FYIj4NjvbZyH2UsAG+oe+cPOvvrpROHM8pem96Mn1BQ=
shylinux.com/x/nginx-story v0.3.8/go.mod h1:2FVCj/yyLRVIJ2WJdCcVGcZ853eUlVqU1ZlpdOvBOnE=
shylinux.com/x/redis-story v0.3.8 h1:gNZCCetWtZtih6Fgw/JwNAyz7lrGVuKzRjioXRgg3gs=
shylinux.com/x/redis-story v0.3.8/go.mod h1:eIhkVpa2K5RpMi1qMJz+Sl9q43pKlVK1r5MCPmKoW1k=
shylinux.com/x/golang-story v0.3.8 h1:qFYQ83c+C/JrB4huPl6vrFARPu38ON8Zip+vHsKi8Hk=
shylinux.com/x/golang-story v0.3.8/go.mod h1:+gU8f1IQOq87kg6AGWf8GLTbZe+O941Q3XnCCJIRW8U=
shylinux.com/x/ice v0.8.7 h1:XYXcWudHsvina13Z7QvMhbvcVkgDjHX/ypse5l6Ywd8=
shylinux.com/x/ice v0.8.7/go.mod h1:gCGjXbo1Ze6kbcmob+GDuEsAigCcno6kjK8LtdkMTUU=
shylinux.com/x/icebergs v1.1.3 h1:QpBiKm1IT+z2JkdItJW9qAq2frmHBwQOEc4MTUfrr3o=
shylinux.com/x/icebergs v1.1.3/go.mod h1:SwEzucaBu2/2pWQrBDG8jMsgZLzQwftzULiPK3cSp8M=
shylinux.com/x/linux-story v0.3.6 h1:l0vEmbrrOP+UZywoRUdv5K1JorwUYJ+gz6ud8zh/eFs=
shylinux.com/x/linux-story v0.3.6/go.mod h1:pkB+RVnf2ZJwYTVqggxPPDAjUzdQdRwUd7MTGpLsBxc=
shylinux.com/x/mysql-story v0.3.8 h1:pO1df31wMgLwioDyQO5z2tlZ/RYVz+pNMHLEW25XYx8=
shylinux.com/x/mysql-story v0.3.8/go.mod h1:d2qq03o6y3M1CuaykGXMQmS8XK4sutSCZBcH8kxRXrQ=
shylinux.com/x/nginx-story v0.3.9 h1:07wmLndioi3Nfx9qCrwZcEoLoZLlKGeIF72Uq5IfNaw=
shylinux.com/x/nginx-story v0.3.9/go.mod h1:DTG3ed7j0q9hrSm2A7mObzm3CRXZpCHYZm6A+DszAp8=
shylinux.com/x/redis-story v0.3.9 h1:yHG6gNBa0xzXpUhKyWZ69TaBzeb/kaElTBGVaDAQ4W8=
shylinux.com/x/redis-story v0.3.9/go.mod h1:NbMWT/A2Shcd5n6Ro3uvsxdz2+V/EPeA3vKIXdIWsQs=
shylinux.com/x/toolkits v0.5.4 h1:Wy1qw264qEPzLYHfMhy9tmm+6+zycit75hJVxwu83cQ=
shylinux.com/x/toolkits v0.5.4/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
shylinux.com/x/websocket v0.0.1 h1:OBc21DxqsGlQ2+Pz76xqLyDNo1LV+PUUqfWi+1PZPDE=