forked from x/ContextOS
14 lines
246 B
Modula-2
14 lines
246 B
Modula-2
module contexts
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
fyne.io/fyne v1.3.0
|
|
github.com/shylinux/icebergs v0.1.23
|
|
github.com/shylinux/toolkits v0.1.6
|
|
)
|
|
|
|
replace github.com/shylinux/icebergs => ./usr/icebergs
|
|
|
|
replace github.com/shylinux/toolkits => ./usr/toolkits
|