mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 01:04:06 +08:00
23 lines
733 B
Modula-2
23 lines
733 B
Modula-2
module contexts
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gomarkdown/markdown v0.0.0-20200609195525-3f9352745725 // indirect
|
|
github.com/shylinux/golang-story v0.0.0-00010101000000-000000000000 // indirect
|
|
github.com/shylinux/icebergs v0.1.23
|
|
github.com/shylinux/nginx-story v0.0.0-00010101000000-000000000000 // indirect
|
|
github.com/shylinux/redis-story v0.0.0-00010101000000-000000000000 // indirect
|
|
github.com/shylinux/toolkits v0.1.6
|
|
)
|
|
|
|
replace github.com/shylinux/icebergs => ./usr/icebergs
|
|
|
|
replace github.com/shylinux/toolkits => ./usr/toolkits
|
|
|
|
replace github.com/shylinux/redis-story => ./usr/redis-story
|
|
|
|
replace github.com/shylinux/golang-story => ./usr/golang-story
|
|
|
|
replace github.com/shylinux/nginx-story => ./usr/nginx-story
|