forked from x/ContextOS
13 lines
274 B
Modula-2
13 lines
274 B
Modula-2
module contexts
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/shylinux/icebergs v0.1.19
|
|
github.com/shylinux/linux-story v0.0.0-20200316075352-8fb93659909a // indirect
|
|
)
|
|
|
|
// replace github.com/shylinux/icebergs => ./usr/icebergs
|
|
|
|
// replace github.com/shylinux/toolkits => ./usr/toolkits
|