mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
opt some
This commit is contained in:
parent
437a6efe9d
commit
fe1dad3b49
42
go.mod
42
go.mod
@ -3,29 +3,29 @@ module shylinux.com/x/contexts
|
||||
go 1.11
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v0.2.6
|
||||
shylinux.com/x/icebergs v0.5.5
|
||||
shylinux.com/x/toolkits v0.3.5
|
||||
shylinux.com/x/ice v0.2.7
|
||||
shylinux.com/x/icebergs v0.5.6
|
||||
shylinux.com/x/toolkits v0.3.6
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.1.5
|
||||
shylinux.com/x/linux-story v0.1.5
|
||||
shylinux.com/x/mysql-story v0.1.6
|
||||
shylinux.com/x/nginx-story v0.1.6
|
||||
shylinux.com/x/redis-story v0.1.7
|
||||
shylinux.com/x/golang-story v0.1.6
|
||||
shylinux.com/x/linux-story v0.1.6
|
||||
shylinux.com/x/mysql-story v0.1.7
|
||||
shylinux.com/x/nginx-story v0.1.7
|
||||
shylinux.com/x/redis-story v0.1.8
|
||||
)
|
||||
|
||||
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
|
||||
// )
|
||||
//
|
||||
// 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
|
||||
// )
|
||||
|
32
go.sum
32
go.sum
@ -4,19 +4,19 @@ github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0U
|
||||
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
|
||||
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=
|
||||
shylinux.com/x/golang-story v0.1.5 h1:zWRha4UK2nyAGBPdiIHjXKvbC88ZW5FC69HzbelrG8E=
|
||||
shylinux.com/x/golang-story v0.1.5/go.mod h1:44ABFmq7vZ6hKer/VRmWaW3z3OyWQ+0owBu6M0XQG3I=
|
||||
shylinux.com/x/ice v0.2.6 h1:L+fIQqq1g7+ZjrHH49mtYJg5029/+0GR+yUCTQAZPZI=
|
||||
shylinux.com/x/ice v0.2.6/go.mod h1:wwreBxcYYfgR584z+yZ9LwTvxRMKukWS0WQSCGIDwi0=
|
||||
shylinux.com/x/icebergs v0.5.5 h1:d7ArxocwvgH1tvIspFNCX/2oWUE1V4FdqMuvsZvKI0k=
|
||||
shylinux.com/x/icebergs v0.5.5/go.mod h1:XzA5mRA6ZHC0IHw27dMHKeZYSE09cV8k12b4MqRjuqE=
|
||||
shylinux.com/x/linux-story v0.1.5 h1:N1cZi7ccrz8/hQrhUG6AvDZaZflihQlQYAIRyGcMqp0=
|
||||
shylinux.com/x/linux-story v0.1.5/go.mod h1:v9woGEDQ2+sPdO5ULURfjjudZZSIWFHTgF3C/TkstSY=
|
||||
shylinux.com/x/mysql-story v0.1.6 h1:GDcD50JbuOplic590+2r2aV6SelJEJOaUYVpp+UjkM0=
|
||||
shylinux.com/x/mysql-story v0.1.6/go.mod h1:y9bYjI87nj1w0icH7t/ZuIqMAFBHtpJIpnuW98U6peQ=
|
||||
shylinux.com/x/nginx-story v0.1.6 h1:fjIS4gBYGlZ5/kirpg3E5hfMtkuSNq1NRqA8Uejf5ZM=
|
||||
shylinux.com/x/nginx-story v0.1.6/go.mod h1:OJjdZ28Sm6nQpdsmDmMXEm6t36Vxa9LL+xsBm7XC8Js=
|
||||
shylinux.com/x/redis-story v0.1.7 h1:vljSTOIMeoTI2ANff9evwGshAQ2D0b5miPJrr4ByMlg=
|
||||
shylinux.com/x/redis-story v0.1.7/go.mod h1:rRpYtZfw0vBoePwhkgd968ylmpowKxI1p+CYa22827k=
|
||||
shylinux.com/x/toolkits v0.3.5 h1:J0KlCuIPiJc074+5T0nUJawp3MJGH8VQKzqlpRsVQ70=
|
||||
shylinux.com/x/toolkits v0.3.5/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
shylinux.com/x/golang-story v0.1.6 h1:S6WSkpJFMmrDgV6Fs9UpgC0+KWXN1ljWQZwM6E3FePI=
|
||||
shylinux.com/x/golang-story v0.1.6/go.mod h1:Qh39VtjPjckqFh8UuZHS7hmlqqX/GWPSvBQTiIvDCDE=
|
||||
shylinux.com/x/ice v0.2.7 h1:IzUTimdDEXf/qhxms0fSHZytHFVZtauushM37CJ3hWE=
|
||||
shylinux.com/x/ice v0.2.7/go.mod h1:dnMpsGnTwVn3LkKY/elZf5r4huxC667x6uiTkfKX100=
|
||||
shylinux.com/x/icebergs v0.5.6 h1:2zouXTMj8Arf4/yAu8sYpR80Djx1/5srw+1pm+xWnUc=
|
||||
shylinux.com/x/icebergs v0.5.6/go.mod h1:qDYm2Hr8CrzQM5lOUbU4+BYXATENxRcBfrLYVAR8/oQ=
|
||||
shylinux.com/x/linux-story v0.1.6 h1:bfV0TkYhZRFYTMc6MFrAOWwblHNDLPfsReiUKUEFGVs=
|
||||
shylinux.com/x/linux-story v0.1.6/go.mod h1:JtNMJy4P/algzm9bHLdty2wXYfYvf0UXaKEJ+eK+iE0=
|
||||
shylinux.com/x/mysql-story v0.1.7 h1:9s0KLsRJkdaRqjR7dKL+mCmRKbP17M9HnrQW9tJNssE=
|
||||
shylinux.com/x/mysql-story v0.1.7/go.mod h1:6s24EYfi01BX0Bdgo9/J3/JXqXiWZLUL6AvIPuaVjvM=
|
||||
shylinux.com/x/nginx-story v0.1.7 h1:6a0mZYjWxOOA23SX/fcMkJQqV2TOV3HmpcgeeerLek8=
|
||||
shylinux.com/x/nginx-story v0.1.7/go.mod h1:CO6A1XKE13m4iQrwbNuM5KupT/GnJkkGqk6F02i2tOM=
|
||||
shylinux.com/x/redis-story v0.1.8 h1:kwhm5fTJkMMmaczh06pfRU8lJkGG1W9AnsefHTfzCnQ=
|
||||
shylinux.com/x/redis-story v0.1.8/go.mod h1:3mEY5Uw22ZNYXR8n0Lrmqu1t8NxKLMcuBScrV8ahvaA=
|
||||
shylinux.com/x/toolkits v0.3.6 h1:vScxphySLIULkRps0i22yMW7b+sd5MbCBaZRfUmzTu0=
|
||||
shylinux.com/x/toolkits v0.3.6/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=
|
||||
|
Loading…
x
Reference in New Issue
Block a user