mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
add forever
This commit is contained in:
parent
dee01a9098
commit
dfed648d2c
26
go.mod
26
go.mod
@ -2,26 +2,12 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.5.3
|
||||
require shylinux.com/x/ice v0.6.4
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.3.2
|
||||
shylinux.com/x/linux-story v0.3.2
|
||||
shylinux.com/x/mysql-story v0.3.4
|
||||
shylinux.com/x/nginx-story v0.3.3
|
||||
shylinux.com/x/redis-story v0.3.4
|
||||
)
|
||||
|
||||
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.4
|
||||
shylinux.com/x/linux-story v0.3.3
|
||||
shylinux.com/x/mysql-story v0.3.5
|
||||
shylinux.com/x/nginx-story v0.3.5
|
||||
shylinux.com/x/redis-story v0.3.5
|
||||
)
|
||||
|
16
go.sum
16
go.sum
@ -2,5 +2,21 @@ 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.4 h1:CuA83v0DYOCU2154fJbxL3MYVBcKC8tLeHtD9KGxrpA=
|
||||
shylinux.com/x/golang-story v0.3.4/go.mod h1:amooUwiVB0wNa2z6OfP0b6CodXmf+gcVgFaVGbam+eY=
|
||||
shylinux.com/x/ice v0.6.4 h1:a2Xpo6loNhsHu6IwAmADHaOyA0PXfiaeQGH+LfDJtRw=
|
||||
shylinux.com/x/ice v0.6.4/go.mod h1:ACiAFs34NCB5qgfjgby1RXWS5y9q7BJMqaiycdtR3MM=
|
||||
shylinux.com/x/icebergs v0.9.3 h1:ZMjKP9R0n8lKN+MoJhRS9SrnUwt0TgHukuZ7bumGfgQ=
|
||||
shylinux.com/x/icebergs v0.9.3/go.mod h1:UmlnuYttB+5Lw0gnzMhyWP3Yp5ngwQ1zrlyKQxOxLqM=
|
||||
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/mysql-story v0.3.5 h1:8ZjCPD9URGxnrrixNsbCIxyIy4+wv1ROKmBOrtyNCrg=
|
||||
shylinux.com/x/mysql-story v0.3.5/go.mod h1:QAM6SVeKLTh9u50MXmfMDT1sXUp+oaSzaC03uBjnm0s=
|
||||
shylinux.com/x/nginx-story v0.3.5 h1:PMyaOZCZ8zlzHtKHxEZhCeaxzQurLlTMfUzpLtU2y34=
|
||||
shylinux.com/x/nginx-story v0.3.5/go.mod h1:yQHh93+PYd5yBMrxffJdnCBwLafAwqv9zzX3MLtd2MA=
|
||||
shylinux.com/x/redis-story v0.3.5 h1:uBti7RdfeKbV8P8bpTOQpT1q8J/SeK9ZNqA/k546fq4=
|
||||
shylinux.com/x/redis-story v0.3.5/go.mod h1:KU4bps4EePrpS6e6hAI/X6StC7P3NX/v0iZp27XwEaY=
|
||||
shylinux.com/x/toolkits v0.4.9 h1:1RQR+XQQ5x2Jwga9LxGjOyrQ0AdzDhRIvdNSFbxfVBA=
|
||||
shylinux.com/x/toolkits v0.4.9/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.5.3
|
||||
require shylinux.com/x/ice v0.6.4
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.3.2
|
||||
shylinux.com/x/linux-story v0.3.2
|
||||
shylinux.com/x/mysql-story v0.3.4
|
||||
shylinux.com/x/nginx-story v0.3.3
|
||||
shylinux.com/x/redis-story v0.3.4
|
||||
shylinux.com/x/golang-story v0.3.4
|
||||
shylinux.com/x/linux-story v0.3.3
|
||||
shylinux.com/x/mysql-story v0.3.5
|
||||
shylinux.com/x/nginx-story v0.3.5
|
||||
shylinux.com/x/redis-story v0.3.5
|
||||
)
|
||||
|
||||
replace (
|
||||
|
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.5.3
|
||||
require shylinux.com/x/ice v0.6.3
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.3.2
|
||||
|
@ -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.2 h1:VdreqBoZjdX/lOdRC1stdf7pK/Ev4c/E1CicB/R/27g=
|
||||
shylinux.com/x/golang-story v0.3.2/go.mod h1:eKPeKU55WAYZitZ8CaikMy+Lyc6hS13FPB21zr1b/0o=
|
||||
shylinux.com/x/ice v0.5.0/go.mod h1:1ZDB1T8fvcj45C/PK90hYka4hCTFMcnK6/rSH6yc+4I=
|
||||
shylinux.com/x/ice v0.5.3 h1:U6W/X8UIUWmyep3tRwr8YDjrePOpqbX8Qzgh/djQgOk=
|
||||
shylinux.com/x/ice v0.5.3/go.mod h1:KECcSADzZS/wQ/n9TDEzD2NbW4vYDlYL7JGCAmxmgdo=
|
||||
shylinux.com/x/ice v0.6.3 h1:uji71YSoHJ5jnoo1Au3Ds8VOU4NFK49NmY9/QM/lmPI=
|
||||
shylinux.com/x/ice v0.6.3/go.mod h1:ACiAFs34NCB5qgfjgby1RXWS5y9q7BJMqaiycdtR3MM=
|
||||
shylinux.com/x/icebergs v0.8.1/go.mod h1:xJflO+hAT3IdVHgVkODLT0hkolV5VQCohb9/PSecpoo=
|
||||
shylinux.com/x/icebergs v0.8.3 h1:g8l9ZoZevdR+PyUfNAOntxgtoOZ2ET97yDkhl/4lc+Q=
|
||||
shylinux.com/x/icebergs v0.8.3/go.mod h1:xJflO+hAT3IdVHgVkODLT0hkolV5VQCohb9/PSecpoo=
|
||||
shylinux.com/x/icebergs v0.9.3 h1:ZMjKP9R0n8lKN+MoJhRS9SrnUwt0TgHukuZ7bumGfgQ=
|
||||
shylinux.com/x/icebergs v0.9.3/go.mod h1:UmlnuYttB+5Lw0gnzMhyWP3Yp5ngwQ1zrlyKQxOxLqM=
|
||||
shylinux.com/x/linux-story v0.3.2 h1:CsOEhWP4exvmFtMccCA7Opyf15uYAa2GXAdpfoBRx+Q=
|
||||
shylinux.com/x/linux-story v0.3.2/go.mod h1:ByfYNx1aLq/cA2KS8T0ftVnBWXjAageXZFdzXfOMhCk=
|
||||
shylinux.com/x/mysql-story v0.3.4 h1:Kja7Y4Y2bJfcLUBJ90bS/3eVYenP3C8mc787gzx2qxA=
|
||||
@ -18,7 +18,8 @@ shylinux.com/x/nginx-story v0.3.3 h1:Sv+38+9Iax3PS3p3CKMqkcHo5CAxQLtIkfkj77OHvHI
|
||||
shylinux.com/x/nginx-story v0.3.3/go.mod h1:PtPm8ebU+kn6IgOYgR+TnqjyuWq5yB/Feelp3/sjspk=
|
||||
shylinux.com/x/redis-story v0.3.4 h1:DIUMYAs0dh1P7b2SfTaJxZGdvm2jTvtda4gr+CIA1+U=
|
||||
shylinux.com/x/redis-story v0.3.4/go.mod h1:hrZcH86x1qrhfWbHe9RT52JcQtNpXCjP/twnVZ632u4=
|
||||
shylinux.com/x/toolkits v0.4.6 h1:BchBlYWmz5txVLXmJ8TgY3xzcV9dFBw/g69077ZuPQ4=
|
||||
shylinux.com/x/toolkits v0.4.6/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
shylinux.com/x/toolkits v0.4.9 h1:1RQR+XQQ5x2Jwga9LxGjOyrQ0AdzDhRIvdNSFbxfVBA=
|
||||
shylinux.com/x/toolkits v0.4.9/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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user