mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
action opt text some
This commit is contained in:
parent
3fef0918f1
commit
703d5fae22
@ -69,4 +69,5 @@
|
||||
target web.chat.lark.msg
|
||||
|
||||
target web.code.install
|
||||
target web.code.chrome.spided
|
||||
|
||||
|
3
go.mod
3
go.mod
@ -7,6 +7,7 @@ require (
|
||||
github.com/gomarkdown/markdown v0.0.0-20200609195525-3f9352745725 // indirect
|
||||
github.com/shylinux/golang-story v0.0.0-00010101000000-000000000000
|
||||
github.com/shylinux/icebergs v0.2.7
|
||||
github.com/shylinux/linux-story v0.0.0-20200807015821-42316650ee3e
|
||||
github.com/shylinux/nginx-story v0.0.0-00010101000000-000000000000
|
||||
github.com/shylinux/redis-story v0.0.0-00010101000000-000000000000
|
||||
github.com/shylinux/toolkits v0.1.7
|
||||
@ -16,6 +17,8 @@ replace github.com/shylinux/icebergs => ./usr/icebergs
|
||||
|
||||
replace github.com/shylinux/toolkits => ./usr/toolkits
|
||||
|
||||
replace github.com/shylinux/linux-story => ./usr/linux-story
|
||||
|
||||
replace github.com/shylinux/nginx-story => ./usr/nginx-story
|
||||
|
||||
replace github.com/shylinux/golang-story => ./usr/golang-story
|
||||
|
2
go.sum
2
go.sum
@ -46,6 +46,8 @@ github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
|
||||
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
|
||||
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
||||
github.com/shylinux/linux-story v0.0.0-20200316120319-301c47409108/go.mod h1:zCLHbPPSJ1bJ+84Q7HigCNVBgjhFzHhQC84BNPAHnzM=
|
||||
github.com/shylinux/linux-story v0.0.0-20200807015821-42316650ee3e h1:WCgrOFLi7H6uIT6o2B4rjga3rLDj4NOX/wKheXrSzJc=
|
||||
github.com/shylinux/mysql-story v0.0.0-20200803175425-16c28631acb8 h1:w9wf7Ab/PepO5B/yqGXyDW1kki2GSN0Uuc31pLOiS98=
|
||||
github.com/shylinux/nginx-story v0.0.0-20200707115715-8ace5ba22fb7 h1:0nvkOVbRp48/ZBdzUYZ9kl2f5NguirFnO2mshPbCvvA=
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e h1:MRM5ITcdelLK2j1vwZ3Je0FKVCfqOLp5zO6trqMLYs0=
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e/go.mod h1:XV66xRDqSt+GTGFMVlhk3ULuV0y9ZmzeVGR4mloJI3M=
|
||||
|
@ -20,9 +20,11 @@ import (
|
||||
_ "github.com/shylinux/golang-story/src/compile"
|
||||
_ "github.com/shylinux/golang-story/src/project"
|
||||
_ "github.com/shylinux/golang-story/src/runtime"
|
||||
_ "github.com/shylinux/linux-story/src/gcc"
|
||||
_ "github.com/shylinux/linux-story/src/glibc"
|
||||
_ "github.com/shylinux/linux-story/src/kernel"
|
||||
_ "github.com/shylinux/nginx-story/src/server"
|
||||
_ "github.com/shylinux/redis-story/src/client"
|
||||
_ "github.com/shylinux/redis-story/src/server"
|
||||
)
|
||||
|
||||
func main() { ice.Run() }
|
||||
|
Loading…
x
Reference in New Issue
Block a user