mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
14 lines
273 B
Modula-2
14 lines
273 B
Modula-2
module contexts
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/shylinux/icebergs v0.1.23
|
|
github.com/shylinux/toolkits v0.1.6
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
)
|
|
|
|
replace github.com/shylinux/icebergs => ./usr/icebergs
|
|
|
|
replace github.com/shylinux/toolkits => ./usr/toolkits
|