1
0
forked from x/ContextOS
This commit is contained in:
harveyshao 2022-12-08 21:16:16 +08:00
parent 376960ea16
commit 36f9745a33
5 changed files with 46 additions and 45 deletions

33
go.mod
View File

@ -3,32 +3,17 @@ module shylinux.com/x/contexts
go 1.11
require (
shylinux.com/x/golang-story v0.5.1
shylinux.com/x/linux-story v0.4.9
shylinux.com/x/mysql-story v0.5.2
shylinux.com/x/nginx-story v0.5.2
shylinux.com/x/redis-story v0.5.3
shylinux.com/x/golang-story v0.5.3
shylinux.com/x/linux-story v0.5.1
shylinux.com/x/mysql-story v0.5.4
shylinux.com/x/nginx-story v0.5.4
shylinux.com/x/redis-story v0.5.5
)
require (
shylinux.com/x/gogit v0.0.1
shylinux.com/x/ice v1.1.7
shylinux.com/x/icebergs v1.4.3
shylinux.com/x/toolkits v0.7.0
shylinux.com/x/gogit v0.0.4
shylinux.com/x/ice v1.1.9
shylinux.com/x/icebergs v1.4.4
shylinux.com/x/toolkits v0.7.1
shylinux.com/x/webview v0.0.1
)
replace (
shylinux.com/x/gogit => ./usr/gogit
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
)

20
go.sum
View File

@ -4,9 +4,21 @@ 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/gogit v0.0.1 h1:X8VxV+C7+Td8es3xhzpxDyJE1htsFyCnHQmApyznhJc=
shylinux.com/x/gogit v0.0.1/go.mod h1:wYfHxpQT1C8yNV+yC1jStIy0I12bfUCyJARhn0sNn1M=
shylinux.com/x/golang-story v0.5.1 h1:br4+jv+CTA0taCeoTEjDiBAM6NgepjfLEeGSyZwnRIk=
shylinux.com/x/golang-story v0.5.1/go.mod h1:L13x2cUvoX7286l6z0xLikLYaGjkNEdS8KO/1M6051o=
shylinux.com/x/ice v1.1.5 h1:Srk0COWPHkJhrOcComOi6XG+tTOFHl6/g7cjKRd/ouc=
shylinux.com/x/ice v1.1.5/go.mod h1:6xTdgTPIoj+gw6GXdmOG0VxJzfBjBY3R45YMJPMMy70=
shylinux.com/x/icebergs v1.4.1 h1:jekUtsjg5bYBfMtHza+Kz1sBn83KQxPnZrgBysVUv8c=
shylinux.com/x/icebergs v1.4.1/go.mod h1:BGksY0N/S/uEpwmcVLRfc0iOSGGRit5UlQNMsCx9XMc=
shylinux.com/x/linux-story v0.4.9 h1:L/dgxqYMgdJkzvFyniXh5cHa1WWCvQG3da7K5R+tGTU=
shylinux.com/x/linux-story v0.4.9/go.mod h1:TX4EBoHiLYiuGS+v33y5ESCw9ofDJy1PTOBlaVy9nv0=
shylinux.com/x/mysql-story v0.5.2 h1:7xXkHReNrvEW6E+mObRiF8SpYhxMtURJe74WnpmJqiM=
shylinux.com/x/mysql-story v0.5.2/go.mod h1:VxRHQFu1G89QlS4Hp7KvAuHN44pL0k3G5ij3AAYv+dU=
shylinux.com/x/nginx-story v0.5.2 h1:CJnGszaiVNj21mmH8FWXarj3gXJM3yoqI0EkhTxS+s0=
shylinux.com/x/nginx-story v0.5.2/go.mod h1:NVg9rPZ8o6sJg4mBJJDXVc3ehQX4KyoStAWLTIIZ7w0=
shylinux.com/x/redis-story v0.5.3 h1:g32QCtI8ovmvHR/w6+WCJ9aZrexBNUIuoYbz8K4C3qs=
shylinux.com/x/redis-story v0.5.3/go.mod h1:dpAkopDlUuthiNmbG2GeZPnDK+RjJ9UFhVG380pU0P4=
shylinux.com/x/toolkits v0.7.0 h1:DrfnY78IYlrJJX+N0DrmI46y5PuvfffYoDJrsZd0RvQ=
shylinux.com/x/toolkits v0.7.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=
shylinux.com/x/webview v0.0.1 h1:84waIh8MnBFA2sCA9CqE2aTGBZz26pS7JlizgKi9IGU=
shylinux.com/x/webview v0.0.1/go.mod h1:4QYVOgAZyyoCghh0ByuAXqfcuFWCJQY3F7Ss2x3N/cQ=

View File

@ -3,18 +3,18 @@ module shylinux.com/x/contexts
go 1.11
require (
shylinux.com/x/golang-story v0.5.1
shylinux.com/x/linux-story v0.4.9
shylinux.com/x/mysql-story v0.5.2
shylinux.com/x/nginx-story v0.5.2
shylinux.com/x/redis-story v0.5.3
shylinux.com/x/golang-story v0.5.3
shylinux.com/x/linux-story v0.5.1
shylinux.com/x/mysql-story v0.5.4
shylinux.com/x/nginx-story v0.5.4
shylinux.com/x/redis-story v0.5.5
)
require (
shylinux.com/x/gogit v0.0.1
shylinux.com/x/ice v1.1.7
shylinux.com/x/icebergs v1.4.3
shylinux.com/x/toolkits v0.7.0
shylinux.com/x/gogit v0.0.4
shylinux.com/x/ice v1.1.9
shylinux.com/x/icebergs v1.4.4
shylinux.com/x/toolkits v0.7.1
shylinux.com/x/webview v0.0.1
)

View File

@ -6,6 +6,8 @@ shylinux.com/x/go-sql-mysql v0.0.1 h1:VX5SrwLBKzfkRouj39LgJ9reIXOWmMsScRpr+e0qdp
shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFwWYjhDFDA=
shylinux.com/x/gogit v0.0.1 h1:X8VxV+C7+Td8es3xhzpxDyJE1htsFyCnHQmApyznhJc=
shylinux.com/x/gogit v0.0.1/go.mod h1:wYfHxpQT1C8yNV+yC1jStIy0I12bfUCyJARhn0sNn1M=
shylinux.com/x/gogit v0.0.4 h1:M9uUHrEP8HksAF/tXklrmAVnKERJULxEf0nhwV3+QRQ=
shylinux.com/x/gogit v0.0.4/go.mod h1:wYfHxpQT1C8yNV+yC1jStIy0I12bfUCyJARhn0sNn1M=
shylinux.com/x/websocket v0.0.1 h1:OBc21DxqsGlQ2+Pz76xqLyDNo1LV+PUUqfWi+1PZPDE=
shylinux.com/x/websocket v0.0.1/go.mod h1:AaSpMToOxbMULKQytzczeHPuqb708vK1vrAzCxLo/XE=
shylinux.com/x/webview v0.0.1 h1:84waIh8MnBFA2sCA9CqE2aTGBZz26pS7JlizgKi9IGU=

View File

@ -3,15 +3,17 @@ module shylinux.com/x/contexts
go 1.11
require (
shylinux.com/x/golang-story v0.5.1
shylinux.com/x/linux-story v0.4.9
shylinux.com/x/mysql-story v0.5.2
shylinux.com/x/nginx-story v0.5.2
shylinux.com/x/redis-story v0.5.3
shylinux.com/x/golang-story v0.5.3
shylinux.com/x/linux-story v0.5.1
shylinux.com/x/mysql-story v0.5.4
shylinux.com/x/nginx-story v0.5.4
shylinux.com/x/redis-story v0.5.5
)
require (
shylinux.com/x/ice v1.1.5
shylinux.com/x/icebergs v1.4.1
shylinux.com/x/toolkits v0.7.0
shylinux.com/x/gogit v0.0.4
shylinux.com/x/ice v1.1.9
shylinux.com/x/icebergs v1.4.4
shylinux.com/x/toolkits v0.7.1
shylinux.com/x/webview v0.0.1
)