forked from x/ContextOS
opt some
This commit is contained in:
parent
ee524fb350
commit
5f33ecaa33
11
go.mod
11
go.mod
@ -2,19 +2,18 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.9.2
|
||||
|
||||
require (
|
||||
github.com/kr/pty v1.1.8 // indirect
|
||||
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
|
||||
shylinux.com/x/golang-story v0.4.0
|
||||
shylinux.com/x/icebergs v1.1.9
|
||||
shylinux.com/x/linux-story v0.3.8
|
||||
shylinux.com/x/mysql-story v0.4.1
|
||||
shylinux.com/x/nginx-story v0.4.1
|
||||
shylinux.com/x/redis-story v0.4.1
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v0.9.2
|
||||
shylinux.com/x/icebergs v1.1.9
|
||||
shylinux.com/x/toolkits v0.5.8
|
||||
shylinux.com/x/webview v0.0.1
|
||||
)
|
||||
|
||||
replace (
|
||||
|
@ -2,19 +2,18 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.9.2
|
||||
|
||||
require (
|
||||
github.com/kr/pty v1.1.8 // indirect
|
||||
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
|
||||
shylinux.com/x/golang-story v0.4.0
|
||||
shylinux.com/x/icebergs v1.1.9
|
||||
shylinux.com/x/linux-story v0.3.8
|
||||
shylinux.com/x/mysql-story v0.4.1
|
||||
shylinux.com/x/nginx-story v0.4.1
|
||||
shylinux.com/x/redis-story v0.4.1
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v0.9.2
|
||||
shylinux.com/x/icebergs v1.1.9
|
||||
shylinux.com/x/toolkits v0.5.8
|
||||
shylinux.com/x/webview v0.0.1
|
||||
)
|
||||
|
||||
replace (
|
||||
|
@ -1,14 +1,17 @@
|
||||
module shylinux.com/x/contexts
|
||||
odule shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.9.2
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.4.0
|
||||
shylinux.com/x/icebergs v1.1.8
|
||||
shylinux.com/x/linux-story v0.3.8
|
||||
shylinux.com/x/mysql-story v0.4.1
|
||||
shylinux.com/x/nginx-story v0.4.1
|
||||
shylinux.com/x/redis-story v0.4.1
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v0.9.2
|
||||
shylinux.com/x/icebergs v1.1.8
|
||||
shylinux.com/x/toolkits v0.5.8
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user