forked from x/ContextOS
opt some
This commit is contained in:
parent
d2dd6ae8fd
commit
54479b8504
6
go.mod
6
go.mod
@ -5,10 +5,10 @@ go 1.13
|
|||||||
require (
|
require (
|
||||||
fyne.io/fyne v1.3.2 // indirect
|
fyne.io/fyne v1.3.2 // indirect
|
||||||
github.com/gomarkdown/markdown v0.0.0-20200609195525-3f9352745725 // indirect
|
github.com/gomarkdown/markdown v0.0.0-20200609195525-3f9352745725 // indirect
|
||||||
github.com/shylinux/golang-story v0.0.0-00010101000000-000000000000 // indirect
|
github.com/shylinux/golang-story v0.0.0-00010101000000-000000000000
|
||||||
github.com/shylinux/icebergs v0.1.23
|
github.com/shylinux/icebergs v0.1.23
|
||||||
github.com/shylinux/nginx-story v0.0.0-00010101000000-000000000000 // indirect
|
github.com/shylinux/nginx-story v0.0.0-00010101000000-000000000000
|
||||||
github.com/shylinux/redis-story v0.0.0-00010101000000-000000000000 // indirect
|
github.com/shylinux/redis-story v0.0.0-00010101000000-000000000000
|
||||||
github.com/shylinux/toolkits v0.1.7
|
github.com/shylinux/toolkits v0.1.7
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@ import (
|
|||||||
_ "github.com/shylinux/icebergs/base"
|
_ "github.com/shylinux/icebergs/base"
|
||||||
_ "github.com/shylinux/icebergs/core"
|
_ "github.com/shylinux/icebergs/core"
|
||||||
_ "github.com/shylinux/icebergs/misc"
|
_ "github.com/shylinux/icebergs/misc"
|
||||||
|
// _ "github.com/shylinux/icebergs/pack"
|
||||||
|
|
||||||
_ "github.com/shylinux/icebergs/misc/alpha"
|
_ "github.com/shylinux/icebergs/misc/alpha"
|
||||||
_ "github.com/shylinux/icebergs/misc/chrome"
|
_ "github.com/shylinux/icebergs/misc/chrome"
|
||||||
|
@ -19,3 +19,4 @@ volcanos icebergs intshell
|
|||||||
learning toolkits contexts
|
learning toolkits contexts
|
||||||
` stroke red fill black
|
` stroke red fill black
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user