ClashX.Meta/ClashX/goClash/go.mod

9 lines
195 B
Modula-2
Raw Normal View History

2018-10-09 14:18:10 +08:00
module github.com/yichengchen/clashX/ClashX
2019-10-02 21:43:18 +08:00
require (
2020-03-24 22:50:26 +08:00
github.com/Dreamacro/clash v0.19.1-0.20200324021353-518354e7ebd3
2019-10-02 21:43:18 +08:00
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
)
2019-09-14 17:29:59 +08:00
go 1.13