mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
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
|