mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 09:14:06 +08:00
opt some
This commit is contained in:
parent
3f90546cd7
commit
a52138d96d
@ -29,8 +29,8 @@
|
|||||||
binpack remove
|
binpack remove
|
||||||
|
|
||||||
~web.code.input
|
~web.code.input
|
||||||
# wubi import usr/wubi-dict/wubi86
|
# wubi import file usr/wubi-dict/wubi86 zone wubi86
|
||||||
wubi import usr/wubi-dict/person
|
wubi import file usr/wubi-dict/person zone person
|
||||||
|
|
||||||
~web.wiki.alpha
|
~web.wiki.alpha
|
||||||
# alpha import
|
# alpha import
|
||||||
|
24
go.mod
24
go.mod
@ -9,9 +9,23 @@ require (
|
|||||||
)
|
)
|
||||||
|
|
||||||
require (
|
require (
|
||||||
shylinux.com/x/golang-story v0.2.2
|
shylinux.com/x/golang-story v0.1.9
|
||||||
shylinux.com/x/linux-story v0.2.2
|
shylinux.com/x/linux-story v0.1.9
|
||||||
shylinux.com/x/mysql-story v0.2.3
|
shylinux.com/x/mysql-story v0.2.0
|
||||||
shylinux.com/x/nginx-story v0.2.3
|
shylinux.com/x/nginx-story v0.2.0
|
||||||
shylinux.com/x/redis-story v0.2.4
|
shylinux.com/x/redis-story v0.2.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
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user