mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt input
This commit is contained in:
parent
60de63b7b3
commit
4d7b906351
28
go.mod
28
go.mod
@ -2,19 +2,19 @@ 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
|
||||
)
|
||||
// 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.4
|
||||
@ -25,7 +25,7 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v0.2.3
|
||||
shylinux.com/x/ice v0.2.4
|
||||
shylinux.com/x/icebergs v0.5.3
|
||||
shylinux.com/x/toolkits v0.3.4
|
||||
)
|
||||
|
14
go.sum
14
go.sum
@ -20,16 +20,13 @@ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGm
|
||||
shylinux.com/x/golang-story v0.1.4 h1:8YFrCUUfNRqyAp0ihcXNgQLKVtTvmm8pIwe/C8AR3QQ=
|
||||
shylinux.com/x/golang-story v0.1.4/go.mod h1:E02IxObAxD5uy6GACzZ5bpEuYm8RkKgXXnVJNaZbcU4=
|
||||
shylinux.com/x/ice v0.2.0/go.mod h1:fYV/AU+bQMWWOt+XIWXFroiXb7tdet2MZxozkO0NKUA=
|
||||
shylinux.com/x/ice v0.2.2 h1:W0lunSNw+yHicqwRGAl8NoZNFviTNP9oK6oR++dlg/Q=
|
||||
shylinux.com/x/ice v0.2.2/go.mod h1:QNo2InUQh5YaWmwTDDjHu/y1Nt7ch84eIxidzDqTPYU=
|
||||
shylinux.com/x/ice v0.2.3 h1:77QQOSPhmdYrdKKuxvSTem9nIUPt7pmlv18dfLduCqQ=
|
||||
shylinux.com/x/ice v0.2.3/go.mod h1:FNRgPhiWcEd8U084hTTpOq82TkgZ9JbqMf2Z/HhMPOs=
|
||||
shylinux.com/x/ice v0.2.4 h1:uCqS/0cA5CCnSq+YZ3Zf0kokDWd/flneuW8t0PVdWqM=
|
||||
shylinux.com/x/ice v0.2.4/go.mod h1:1r1hNJpe8MhUh3dixVz9cUcgMInVzDfvnZCXu24nvZg=
|
||||
shylinux.com/x/icebergs v0.4.8/go.mod h1:TZ6JQtR/FEL/e2bN0uN0rh1o1YsUMzi7ZEQPPvWbF1Q=
|
||||
shylinux.com/x/icebergs v0.5.0/go.mod h1:iv3fXIaUWp3LUFLJ4wtOrcHKZchXcujSlf4AkjdQWtA=
|
||||
shylinux.com/x/icebergs v0.5.1 h1:HF0xa/O6ICqvyBuipBH5gt1iEjK4hn7KUQEmmJU9Xuw=
|
||||
shylinux.com/x/icebergs v0.5.1/go.mod h1:iv3fXIaUWp3LUFLJ4wtOrcHKZchXcujSlf4AkjdQWtA=
|
||||
shylinux.com/x/icebergs v0.5.2 h1:38TOf3O8Mqx8IRkdCm/6UIYKbzWTPTLToDSBMEng6NI=
|
||||
shylinux.com/x/icebergs v0.5.2/go.mod h1:iv3fXIaUWp3LUFLJ4wtOrcHKZchXcujSlf4AkjdQWtA=
|
||||
shylinux.com/x/icebergs v0.5.3 h1:ooKGHaOsxqqiwEpA2lLA4bB6U+JkiKkKHrGqpOoi9I0=
|
||||
shylinux.com/x/icebergs v0.5.3/go.mod h1:eaml5/zx3HiPvZaz3QnndBbDzcUglzOnI4Udz7BUuQk=
|
||||
shylinux.com/x/linux-story v0.1.4 h1:GQ9oueIPcEzqSpa8IAR+fRYzhXaDGzSa6okznbbah4A=
|
||||
shylinux.com/x/linux-story v0.1.4/go.mod h1:9YT2BIZRekLVuTxaq6v9URLcBXlsWVvlWPWyj1kE9g0=
|
||||
shylinux.com/x/mysql-story v0.1.5 h1:qEXj4O0gjYFPln/Uki2Dv0mVXisnajibQ3ijPut5V+4=
|
||||
@ -39,5 +36,6 @@ shylinux.com/x/nginx-story v0.1.5/go.mod h1:6VeweXZ8dmoNpPNMDQhxfZRC8YACQSyn5dLj
|
||||
shylinux.com/x/redis-story v0.1.6 h1:YrFgp45/be1S0wUnKUxfxkwIMlxmSBJtZLmiBRe9IhM=
|
||||
shylinux.com/x/redis-story v0.1.6/go.mod h1:sbCHGyiyDzAriE4GaHo2Zg89cgiLx2EcFDegn2gf4XY=
|
||||
shylinux.com/x/toolkits v0.3.2/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
shylinux.com/x/toolkits v0.3.3 h1:yNH54CANAv7cPT264tpnDt9G2BVfGwLC9y3rxtU6pkg=
|
||||
shylinux.com/x/toolkits v0.3.3/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
shylinux.com/x/toolkits v0.3.4 h1:JU8/pN58gftgy1YSvBzDlgaNuUSSjStnI/fOOnfJv2I=
|
||||
shylinux.com/x/toolkits v0.3.4/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
|
Loading…
x
Reference in New Issue
Block a user