forked from x/ContextOS
opt some
This commit is contained in:
parent
3ce1bebf9a
commit
3cd2124d72
24
go.mod
24
go.mod
@ -5,9 +5,23 @@ go 1.11
|
||||
require shylinux.com/x/ice v0.4.3
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.2.6
|
||||
shylinux.com/x/linux-story v0.2.6
|
||||
shylinux.com/x/mysql-story v0.2.8
|
||||
shylinux.com/x/nginx-story v0.2.7
|
||||
shylinux.com/x/redis-story v0.2.8
|
||||
shylinux.com/x/golang-story v0.2.7
|
||||
shylinux.com/x/linux-story v0.2.7
|
||||
shylinux.com/x/mysql-story v0.2.9
|
||||
shylinux.com/x/nginx-story v0.2.8
|
||||
shylinux.com/x/redis-story v0.2.9
|
||||
)
|
||||
|
||||
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
|
||||
)
|
||||
|
23
go.sum
23
go.sum
@ -2,28 +2,5 @@ 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.2.6 h1:SH+YHf11B4pfVF9Yh/kiW/unt0/4P5pKS1Lz0sp1e5c=
|
||||
shylinux.com/x/golang-story v0.2.6/go.mod h1:toocKGIXwY2jGl8gE644Ox7scj317H/Oz/bLsc8pcpE=
|
||||
shylinux.com/x/ice v0.4.0/go.mod h1:5ghrp6O5zbXwcH+t9ZVI+DRuH3t3CXNVPFMSSktGd/0=
|
||||
shylinux.com/x/ice v0.4.2 h1:KJpPJJUBIMOIgVs5Qe5RhYGnxQ94MGdJFzcH43d/BZ8=
|
||||
shylinux.com/x/ice v0.4.2/go.mod h1:J4Ly07EjpPkIozkU9N06yTvLSe9WqesVKTdcernLB0I=
|
||||
shylinux.com/x/ice v0.4.3 h1:Clc3gAtXec0JYAKhIH5ixx1LYWCtRrqg2Om8iFBQW6g=
|
||||
shylinux.com/x/ice v0.4.3/go.mod h1:8wBuUViFfnTfh9RQXLMFqQyCnxW/mKN/zhKl/EboUEg=
|
||||
shylinux.com/x/icebergs v0.7.0/go.mod h1:Kn87+6IAb1mxXiaoh3b5oM1th+xkN6usw50tF9DWKy0=
|
||||
shylinux.com/x/icebergs v0.7.2 h1:T2U8udFyFoQZ4k5z6fLIc+4nL7MHdRXlg3lmX9trhCU=
|
||||
shylinux.com/x/icebergs v0.7.2/go.mod h1:eP7LiJ0JU4pPcHJlMSzHSOXQc3IMNYvFzy3yporPWhM=
|
||||
shylinux.com/x/icebergs v0.7.3 h1:tJqYNpEQLhp4pU4GDxMinCNWBCPffAln+3jYhlMdDok=
|
||||
shylinux.com/x/icebergs v0.7.3/go.mod h1:eP7LiJ0JU4pPcHJlMSzHSOXQc3IMNYvFzy3yporPWhM=
|
||||
shylinux.com/x/linux-story v0.2.6 h1:KAvDTIiXaYsyS/ZiKwHe5yIwZ10cTMUEBdBW7GJoNYk=
|
||||
shylinux.com/x/linux-story v0.2.6/go.mod h1:P4gbYgNs/XCqw6XlbrMSlwnJPhH42n11gA3Rk3a+ih8=
|
||||
shylinux.com/x/mysql-story v0.2.8 h1:8+9Ag3/2ukpmTZbrzL2smHjUvzAiYUJjkJcyjz5ZQio=
|
||||
shylinux.com/x/mysql-story v0.2.8/go.mod h1:i3+RnqnGLbvPh5gehoM7Fxu6McIoumSVgwa1MFLlr2A=
|
||||
shylinux.com/x/nginx-story v0.2.7 h1:NvXNtEEGmowGqHMHqfB2FTdOBYTSshQCfSiWsFh152o=
|
||||
shylinux.com/x/nginx-story v0.2.7/go.mod h1:BtePFwDbTwSxApy3ZX0LLgM1teCgZOHws31cnMk1tls=
|
||||
shylinux.com/x/redis-story v0.2.8 h1:5RFSmsQkcL7VF7YdLsTPv+Il6ecQf3oXiyr+psM2IkU=
|
||||
shylinux.com/x/redis-story v0.2.8/go.mod h1:FoKNPJ39+96uQ6GuuiJC6+DLoAFyfuRct+vTEHVqI+M=
|
||||
shylinux.com/x/toolkits v0.4.1/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
shylinux.com/x/toolkits v0.4.2 h1:6VvlNFmNhHNw/MfK6SlT8BRzk6CWf/oXm/+Nw2Wt850=
|
||||
shylinux.com/x/toolkits v0.4.2/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