1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
harveyshao 2021-09-14 21:29:29 +08:00
parent e3185cced2
commit a11c3da192
2 changed files with 19 additions and 17 deletions

22
go.mod
View File

@ -2,22 +2,10 @@ module shylinux.com/x/contexts
go 1.11 go 1.11
replace (
shylinux.com/x/golang-story => ./usr/golang-story
shylinux.com/x/icebergs => ./usr/icebergs
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
shylinux.com/x/toolkits => ./usr/toolkits
)
require ( require (
shylinux.com/x/golang-story v0.0.0-00010101000000-000000000000 shylinux.com/x/golang-story v0.1.1
shylinux.com/x/icebergs v0.4.2 shylinux.com/x/linux-story v0.1.1
shylinux.com/x/linux-story v0.0.0-00010101000000-000000000000 shylinux.com/x/mysql-story v0.1.1
shylinux.com/x/mysql-story v0.0.0-00010101000000-000000000000 shylinux.com/x/nginx-story v0.1.1
shylinux.com/x/nginx-story v0.0.0-00010101000000-000000000000 shylinux.com/x/redis-story v0.1.1
shylinux.com/x/redis-story v0.0.0-00010101000000-000000000000
shylinux.com/x/toolkits v0.3.1
) )

14
go.sum
View File

@ -25,3 +25,17 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
shylinux.com/x/golang-story v0.1.1 h1:IdnwxVfbqaqGrJdSad2a9/cQjP2plimOHCHr2O/B+Hg=
shylinux.com/x/golang-story v0.1.1/go.mod h1:FHiPa/oFzRUbhXXBc/lQ8Cl13aEEDaskaEwEFkTrGGc=
shylinux.com/x/icebergs v0.4.4 h1:Wr03sr/w4Uskn2aGvJZmZb5rdePINTxJQdKRXCpwMb0=
shylinux.com/x/icebergs v0.4.4/go.mod h1:mHre+KETs8dFxI/1wlSw24RN+JYYgE1W7ppeZUDp7hc=
shylinux.com/x/linux-story v0.1.1 h1:FPw/ILr3x/XiORkcTdv1OERjrd9qBko5ojHOrHsySHw=
shylinux.com/x/linux-story v0.1.1/go.mod h1:hutXyz6zOEkYT1THlZKhNunCt2G7c5RDqYwzMwPd98o=
shylinux.com/x/mysql-story v0.1.1 h1:E40z4AZXWRhTE2isLbDEzbatggP+TKXq7/bTZlxDjOs=
shylinux.com/x/mysql-story v0.1.1/go.mod h1:w05bk6sp83zY/d88Toth6T2YJrDGk1mRIFha27tM75s=
shylinux.com/x/nginx-story v0.1.1 h1:Aeiqkco4aQ94o88F8Wt2nbhuguJtpG+0xYjFn0D6CAU=
shylinux.com/x/nginx-story v0.1.1/go.mod h1:Cnmmez+V6CQQWNY4fpAIKxONVL+L99aSm4liy9Q2GfQ=
shylinux.com/x/redis-story v0.1.1 h1:JiioFfBx7TetmrZqjm8wREoG2XRcEyxrboBvxyLlqj0=
shylinux.com/x/redis-story v0.1.1/go.mod h1:0+KLCkgGOd9Y9rLc8+n0lEocrGXYZRdknfy55ua+rkM=
shylinux.com/x/toolkits v0.3.1 h1:yTv/BL4kRcqLfSTUmCEvr8QsqERCMnOvD2hfwO2/qec=
shylinux.com/x/toolkits v0.3.1/go.mod h1:8LbYHe7oxBIqb6s4MSOD+4d28QvPdvkyCVtwB/JW7AA=