mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
opt chrome
This commit is contained in:
parent
4b7adee78b
commit
b49a31226e
@ -17,6 +17,6 @@
|
||||
event action listen event dream.create cmd web.code.tmux.session
|
||||
|
||||
~ssh
|
||||
target web.chat
|
||||
target web.code.chrome
|
||||
source local.shy
|
||||
|
||||
|
26
go.mod
26
go.mod
@ -2,26 +2,12 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.4.7
|
||||
require shylinux.com/x/ice v0.4.8
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.2.9
|
||||
shylinux.com/x/linux-story v0.2.9
|
||||
shylinux.com/x/mysql-story v0.3.1
|
||||
shylinux.com/x/nginx-story v0.3.0
|
||||
shylinux.com/x/redis-story v0.3.1
|
||||
)
|
||||
|
||||
replace (
|
||||
shylinux.com/x/ice => ./usr/release
|
||||
shylinux.com/x/icebergs => ./usr/icebergs
|
||||
shylinux.com/x/toolkits => ./usr/toolkits
|
||||
)
|
||||
|
||||
replace (
|
||||
shylinux.com/x/golang-story => ./usr/golang-story
|
||||
shylinux.com/x/linux-story => ./usr/linux-story
|
||||
shylinux.com/x/mysql-story => ./usr/mysql-story
|
||||
shylinux.com/x/nginx-story => ./usr/nginx-story
|
||||
shylinux.com/x/redis-story => ./usr/redis-story
|
||||
shylinux.com/x/golang-story v0.3.0
|
||||
shylinux.com/x/linux-story v0.3.0
|
||||
shylinux.com/x/mysql-story v0.3.2
|
||||
shylinux.com/x/nginx-story v0.3.1
|
||||
shylinux.com/x/redis-story v0.3.2
|
||||
)
|
||||
|
19
go.sum
19
go.sum
@ -2,5 +2,24 @@ 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.0 h1:brQo4zQh22ysmuEDbCtr5JbgOxIRMTLSCImnQdSi2cA=
|
||||
shylinux.com/x/golang-story v0.3.0/go.mod h1:7tbjzEmeOdffT284qB3dkRjC6TyqLpPOM/wtdKomSHU=
|
||||
shylinux.com/x/ice v0.4.7/go.mod h1:nQaisRsVHtTZT2FWr97VE984xhfEDpcBpYJUbx8qX94=
|
||||
shylinux.com/x/ice v0.4.8 h1:KxhaAUbTWqEgm9z+Ex5rXYeqW5XQRnKfs2XKP6hCK3E=
|
||||
shylinux.com/x/ice v0.4.8/go.mod h1:suGGvUFlad3zTNgWeFqux0Ik/WBIPsWXSoTqwubJBnw=
|
||||
shylinux.com/x/icebergs v0.7.8/go.mod h1:frbUQPPU+TaMODwp701HIATVaApfQPtA2Q3MtO1El5A=
|
||||
shylinux.com/x/icebergs v0.7.9 h1:tBP7GrFdafM9lgeeBRfc8g3Za201FNas15YZVW5ZcwQ=
|
||||
shylinux.com/x/icebergs v0.7.9/go.mod h1:lLMR/TR6diiCsOMA9BFJRJehKVVff/nkjvz2kbGaszM=
|
||||
shylinux.com/x/linux-story v0.3.0 h1:zs0I2E19iIo8ogWjH5vk/tMRwhCaO4MUoizF15S/Mj4=
|
||||
shylinux.com/x/linux-story v0.3.0/go.mod h1:d6/1MsLFx0QJTOme8ioI74zdtf1rlhOwRifCZ/kjy9g=
|
||||
shylinux.com/x/mysql-story v0.3.2 h1:6SaBdbcF1GdjSamkVr+SM1C/6cUuBS9QRjvUwwLm4wc=
|
||||
shylinux.com/x/mysql-story v0.3.2/go.mod h1:8Jj/W6cnhoTS34xc5iFs2QqJFL47JtL446pHeAjtFQc=
|
||||
shylinux.com/x/nginx-story v0.3.1 h1:jqn95YR13fhfrae91j01tpm4vT7C6r6AHpq/czFksU8=
|
||||
shylinux.com/x/nginx-story v0.3.1/go.mod h1:wuGrZBDcM1p1oU1Ml8nvH3MeWMGy5apxahFz3L6QzuQ=
|
||||
shylinux.com/x/redis-story v0.3.2 h1:zJx5zVrkKXSKiI0yu8Cqekvu/zSI2qzC63x7e60KOC4=
|
||||
shylinux.com/x/redis-story v0.3.2/go.mod h1:fGnwnMgbphOC/KxX/P1FXZHKRgBQlbutn1tbfZYIcsc=
|
||||
shylinux.com/x/toolkits v0.4.3/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
shylinux.com/x/toolkits v0.4.4 h1:ThgoO8cqoZL4yRjQdSvsyPG5nQBIBR2dTvZNK/diIro=
|
||||
shylinux.com/x/toolkits v0.4.4/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,14 +2,14 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.4.7
|
||||
require shylinux.com/x/ice v0.4.8
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.2.9
|
||||
shylinux.com/x/linux-story v0.2.9
|
||||
shylinux.com/x/mysql-story v0.3.1
|
||||
shylinux.com/x/nginx-story v0.3.0
|
||||
shylinux.com/x/redis-story v0.3.1
|
||||
shylinux.com/x/golang-story v0.3.0
|
||||
shylinux.com/x/linux-story v0.3.0
|
||||
shylinux.com/x/mysql-story v0.3.2
|
||||
shylinux.com/x/nginx-story v0.3.1
|
||||
shylinux.com/x/redis-story v0.3.2
|
||||
)
|
||||
|
||||
replace (
|
||||
|
Loading…
x
Reference in New Issue
Block a user