forked from x/ContextOS
16 lines
312 B
Modula-2
16 lines
312 B
Modula-2
module miss
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/shylinux/contexts v0.0.0-00010101000000-000000000000
|
|
github.com/shylinux/icebergs v0.1.9
|
|
github.com/shylinux/toolkits v0.1.0
|
|
)
|
|
|
|
replace (
|
|
github.com/shylinux/contexts => ./
|
|
github.com/shylinux/icebergs => ../icebergs
|
|
github.com/shylinux/toolkits => ../toolkits
|
|
)
|