mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt some
This commit is contained in:
parent
c81efa1b05
commit
bd65de236a
@ -13,8 +13,8 @@ ish_miss_prepare_compile
|
||||
ish_miss_prepare_develop
|
||||
ish_miss_prepare_install
|
||||
|
||||
# ish_miss_prepare wubi-dict
|
||||
# ish_miss_prepare word-dict
|
||||
# ish_miss_prepare wubi-dict
|
||||
|
||||
ish_miss_prepare linux-story
|
||||
ish_miss_prepare nginx-story
|
||||
|
42
go.mod
42
go.mod
@ -2,30 +2,30 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
// 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
|
||||
// )
|
||||
//
|
||||
// replace (
|
||||
// shylinux.com/x/ice => ./usr/release
|
||||
// shylinux.com/x/icebergs => ./usr/icebergs
|
||||
// shylinux.com/x/toolkits => ./usr/toolkits
|
||||
// )
|
||||
//
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.1.3
|
||||
shylinux.com/x/linux-story v0.1.3
|
||||
shylinux.com/x/mysql-story v0.1.4
|
||||
shylinux.com/x/golang-story v0.1.4
|
||||
shylinux.com/x/linux-story v0.1.4
|
||||
shylinux.com/x/mysql-story v0.1.5
|
||||
shylinux.com/x/nginx-story v0.1.5
|
||||
shylinux.com/x/redis-story v0.1.5
|
||||
shylinux.com/x/redis-story v0.1.6
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v0.2.0
|
||||
shylinux.com/x/icebergs v0.4.9
|
||||
shylinux.com/x/toolkits v0.3.2
|
||||
)
|
||||
|
||||
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
|
||||
)
|
||||
|
||||
replace (
|
||||
shylinux.com/x/ice => ./usr/release
|
||||
shylinux.com/x/icebergs => ./usr/icebergs
|
||||
shylinux.com/x/toolkits => ./usr/toolkits
|
||||
shylinux.com/x/ice v0.2.2
|
||||
shylinux.com/x/icebergs v0.5.1
|
||||
shylinux.com/x/toolkits v0.3.3
|
||||
)
|
||||
|
@ -24,6 +24,7 @@ import (
|
||||
_ "shylinux.com/x/mysql-story/src/search"
|
||||
_ "shylinux.com/x/mysql-story/src/server"
|
||||
|
||||
_ "shylinux.com/x/linux-story/cli"
|
||||
_ "shylinux.com/x/linux-story/src/gcc"
|
||||
_ "shylinux.com/x/linux-story/src/gdb"
|
||||
_ "shylinux.com/x/linux-story/src/glibc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user