1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
harveyshao 2022-05-17 10:57:34 +08:00
parent 88bf8abd6e
commit a6704159a4
3 changed files with 15 additions and 21 deletions

6
.gitignore vendored
View File

@ -1,10 +1,6 @@
src/binpack.go
src/version.go
etc/local.shy
etc/local.sh
etc/path
*.swp
*.swo
etc/
bin/
var/
usr/

14
go.mod
View File

@ -15,3 +15,17 @@ require (
shylinux.com/x/icebergs v1.2.5
shylinux.com/x/toolkits v0.6.0
)
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
)

16
go.sum
View File

@ -2,21 +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.4.3 h1:mGYf1t5d9zf2/eTWyZRrR0Davax2d1cs8HKP0/IA/sM=
shylinux.com/x/golang-story v0.4.3/go.mod h1:nLBFvvQeFCN9W9r0AdqL/Z3DKKVdgjDKSGSA/b60hA8=
shylinux.com/x/ice v0.9.8 h1:SJCJZ5ZGgFEg8SXDwASDNEY/QLEeJLDwC42MDOIBi90=
shylinux.com/x/ice v0.9.8/go.mod h1:bx0QwDuu5Uhe1W6fMWnJBiezmQAL0i/U3B5HJK6HzCU=
shylinux.com/x/icebergs v1.2.5 h1:6Vzhgp6kTPRPaIstKH0vi2P3oznOy+CR1Ac7vGZxxVs=
shylinux.com/x/icebergs v1.2.5/go.mod h1:4lRksPmw+2xtXe3NrAAs9hBI4R4/AbpppqTPR3HSD2c=
shylinux.com/x/linux-story v0.4.1 h1:PwRtEe9ByPB9Z5XL+D9am96vgvirAW656sQjZnIfAkc=
shylinux.com/x/linux-story v0.4.1/go.mod h1:W2hHZFTuS4OD/hWzQtJ9g8ek+LjsWEOXSr42JQPx3Pg=
shylinux.com/x/mysql-story v0.4.4 h1:foOMvToWnA8BzT+DVaPiv75QUnV5ybLa/y83GKqGGO4=
shylinux.com/x/mysql-story v0.4.4/go.mod h1:tpR5mzPaV2qL9eUUHcbBl0OJByJjW8jwzb3sHcq85Ag=
shylinux.com/x/nginx-story v0.4.4 h1:0T8LXH1jCa3GYPuQ2Xffems0ZyFB+VnDMiUd75kCpb0=
shylinux.com/x/nginx-story v0.4.4/go.mod h1:wKt4E229kWrlJk2CcUJ+DhdLrFrJTo6rkhL57v3CldM=
shylinux.com/x/redis-story v0.4.4 h1:6SJuUQU70OUD1miZ0GF53GuI9B6cKsVoAS+SoSitGA4=
shylinux.com/x/redis-story v0.4.4/go.mod h1:ymGwB6Z3fdRpqCocYhAnUhERhQqwQGebqj1qtspUsrE=
shylinux.com/x/toolkits v0.6.0 h1:DqTQOj7CA6jc7x9kd9uxX0NGCHYo67V6NmOmINqP+Is=
shylinux.com/x/toolkits v0.6.0/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=