mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-29 02:09:22 +08:00
opt lang
This commit is contained in:
parent
0eb31e877c
commit
3acbb5acac
2
go.mod
2
go.mod
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
|||||||
|
|
||||||
go 1.11
|
go 1.11
|
||||||
|
|
||||||
require shylinux.com/x/ice v0.7.2
|
require shylinux.com/x/ice v0.7.3
|
||||||
|
|
||||||
require (
|
require (
|
||||||
shylinux.com/x/golang-story v0.3.4
|
shylinux.com/x/golang-story v0.3.4
|
||||||
|
8
go.sum
8
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.4 h1:CuA83v0DYOCU2154fJbxL3MYVBcKC8tLeHtD9KGxrpA=
|
shylinux.com/x/golang-story v0.3.4 h1:CuA83v0DYOCU2154fJbxL3MYVBcKC8tLeHtD9KGxrpA=
|
||||||
shylinux.com/x/golang-story v0.3.4/go.mod h1:amooUwiVB0wNa2z6OfP0b6CodXmf+gcVgFaVGbam+eY=
|
shylinux.com/x/golang-story v0.3.4/go.mod h1:amooUwiVB0wNa2z6OfP0b6CodXmf+gcVgFaVGbam+eY=
|
||||||
shylinux.com/x/ice v0.6.4/go.mod h1:ACiAFs34NCB5qgfjgby1RXWS5y9q7BJMqaiycdtR3MM=
|
shylinux.com/x/ice v0.6.4/go.mod h1:ACiAFs34NCB5qgfjgby1RXWS5y9q7BJMqaiycdtR3MM=
|
||||||
shylinux.com/x/ice v0.7.2 h1:wDGSc8MVvZEFsR5ubFNtdhoGluV7vtTJx4KTHRmeD2g=
|
shylinux.com/x/ice v0.7.3 h1:GMzwrg5tzcBpORTxs0my46B9pHLrSpWE38Y9vaq4xWE=
|
||||||
shylinux.com/x/ice v0.7.2/go.mod h1:AF3qlCzEFtpQY6qpKxfYPZ42vAEqpByc8K2lal98auY=
|
shylinux.com/x/ice v0.7.3/go.mod h1:wmmUB3WVNw5xWFcyOjX5GzAp8bmQPe6OINABWnmR4sw=
|
||||||
shylinux.com/x/icebergs v0.9.3/go.mod h1:UmlnuYttB+5Lw0gnzMhyWP3Yp5ngwQ1zrlyKQxOxLqM=
|
shylinux.com/x/icebergs v0.9.3/go.mod h1:UmlnuYttB+5Lw0gnzMhyWP3Yp5ngwQ1zrlyKQxOxLqM=
|
||||||
shylinux.com/x/icebergs v1.0.0 h1:hj3WgkgilM+fV6WefesadgUQRhOHOP3uU6Nt4i8pDZQ=
|
shylinux.com/x/icebergs v1.0.1 h1:PoFQDTCe7FsheqZVPlYdXXz2wMtb3NvrDDnz5EuM/lU=
|
||||||
shylinux.com/x/icebergs v1.0.0/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
shylinux.com/x/icebergs v1.0.1/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
||||||
shylinux.com/x/linux-story v0.3.3 h1:k6SPJxw2NjFXLwa3V9BB0asRS9NhqbCEeyrL5rXv8/g=
|
shylinux.com/x/linux-story v0.3.3 h1:k6SPJxw2NjFXLwa3V9BB0asRS9NhqbCEeyrL5rXv8/g=
|
||||||
shylinux.com/x/linux-story v0.3.3/go.mod h1:+nRy944KnhJQo4lb6VAFJj8/TnpGqdFxHJR2s6DLOxw=
|
shylinux.com/x/linux-story v0.3.3/go.mod h1:+nRy944KnhJQo4lb6VAFJj8/TnpGqdFxHJR2s6DLOxw=
|
||||||
shylinux.com/x/mysql-story v0.3.5 h1:8ZjCPD9URGxnrrixNsbCIxyIy4+wv1ROKmBOrtyNCrg=
|
shylinux.com/x/mysql-story v0.3.5 h1:8ZjCPD9URGxnrrixNsbCIxyIy4+wv1ROKmBOrtyNCrg=
|
||||||
|
@ -2,14 +2,14 @@ module shylinux.com/x/contexts
|
|||||||
|
|
||||||
go 1.11
|
go 1.11
|
||||||
|
|
||||||
require shylinux.com/x/ice v0.7.2
|
require shylinux.com/x/ice v0.7.3
|
||||||
|
|
||||||
require (
|
require (
|
||||||
shylinux.com/x/golang-story v0.3.4
|
shylinux.com/x/golang-story v0.3.4
|
||||||
shylinux.com/x/linux-story v0.3.3
|
shylinux.com/x/linux-story v0.3.3
|
||||||
shylinux.com/x/mysql-story v0.3.5
|
shylinux.com/x/mysql-story v0.3.5
|
||||||
shylinux.com/x/nginx-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 (
|
replace (
|
||||||
|
@ -35,9 +35,3 @@ section "神农架"
|
|||||||
field "趋势图" web.code.git.trend args `intshell`
|
field "趋势图" web.code.git.trend args `intshell`
|
||||||
field "架构图" web.code.git.spide args `intshell`
|
field "架构图" web.code.git.spide args `intshell`
|
||||||
|
|
||||||
spark shell `
|
|
||||||
find . -name "*.css" -exec sed -i 's/: /:/g' {} +
|
|
||||||
`
|
|
||||||
|
|
||||||
source hi/hi.shy
|
|
||||||
source hi/hi.shy
|
|
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
|||||||
|
|
||||||
go 1.11
|
go 1.11
|
||||||
|
|
||||||
require shylinux.com/x/ice v0.7.2
|
require shylinux.com/x/ice v0.7.3
|
||||||
|
|
||||||
require (
|
require (
|
||||||
shylinux.com/x/golang-story v0.3.4
|
shylinux.com/x/golang-story v0.3.4
|
||||||
|
@ -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.4 h1:CuA83v0DYOCU2154fJbxL3MYVBcKC8tLeHtD9KGxrpA=
|
shylinux.com/x/golang-story v0.3.4 h1:CuA83v0DYOCU2154fJbxL3MYVBcKC8tLeHtD9KGxrpA=
|
||||||
shylinux.com/x/golang-story v0.3.4/go.mod h1:amooUwiVB0wNa2z6OfP0b6CodXmf+gcVgFaVGbam+eY=
|
shylinux.com/x/golang-story v0.3.4/go.mod h1:amooUwiVB0wNa2z6OfP0b6CodXmf+gcVgFaVGbam+eY=
|
||||||
shylinux.com/x/ice v0.6.4/go.mod h1:ACiAFs34NCB5qgfjgby1RXWS5y9q7BJMqaiycdtR3MM=
|
shylinux.com/x/ice v0.6.4/go.mod h1:ACiAFs34NCB5qgfjgby1RXWS5y9q7BJMqaiycdtR3MM=
|
||||||
shylinux.com/x/ice v0.7.2 h1:wDGSc8MVvZEFsR5ubFNtdhoGluV7vtTJx4KTHRmeD2g=
|
shylinux.com/x/ice v0.7.3 h1:GMzwrg5tzcBpORTxs0my46B9pHLrSpWE38Y9vaq4xWE=
|
||||||
shylinux.com/x/ice v0.7.2/go.mod h1:AF3qlCzEFtpQY6qpKxfYPZ42vAEqpByc8K2lal98auY=
|
shylinux.com/x/ice v0.7.3/go.mod h1:wmmUB3WVNw5xWFcyOjX5GzAp8bmQPe6OINABWnmR4sw=
|
||||||
shylinux.com/x/icebergs v0.9.3/go.mod h1:UmlnuYttB+5Lw0gnzMhyWP3Yp5ngwQ1zrlyKQxOxLqM=
|
shylinux.com/x/icebergs v0.9.3/go.mod h1:UmlnuYttB+5Lw0gnzMhyWP3Yp5ngwQ1zrlyKQxOxLqM=
|
||||||
shylinux.com/x/icebergs v1.0.0 h1:hj3WgkgilM+fV6WefesadgUQRhOHOP3uU6Nt4i8pDZQ=
|
shylinux.com/x/icebergs v1.0.1 h1:PoFQDTCe7FsheqZVPlYdXXz2wMtb3NvrDDnz5EuM/lU=
|
||||||
shylinux.com/x/icebergs v1.0.0/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
shylinux.com/x/icebergs v1.0.1/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
||||||
shylinux.com/x/linux-story v0.3.3 h1:k6SPJxw2NjFXLwa3V9BB0asRS9NhqbCEeyrL5rXv8/g=
|
shylinux.com/x/linux-story v0.3.3 h1:k6SPJxw2NjFXLwa3V9BB0asRS9NhqbCEeyrL5rXv8/g=
|
||||||
shylinux.com/x/linux-story v0.3.3/go.mod h1:+nRy944KnhJQo4lb6VAFJj8/TnpGqdFxHJR2s6DLOxw=
|
shylinux.com/x/linux-story v0.3.3/go.mod h1:+nRy944KnhJQo4lb6VAFJj8/TnpGqdFxHJR2s6DLOxw=
|
||||||
shylinux.com/x/mysql-story v0.3.5 h1:8ZjCPD9URGxnrrixNsbCIxyIy4+wv1ROKmBOrtyNCrg=
|
shylinux.com/x/mysql-story v0.3.5 h1:8ZjCPD9URGxnrrixNsbCIxyIy4+wv1ROKmBOrtyNCrg=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user