mirror of
https://github.com/tavenli/port-forward.git
synced 2024-04-21 12:42:13 +00:00
11 lines
167 B
AMPL
11 lines
167 B
AMPL
module forward-agent
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
forward-core v0.0.0-00010101000000-000000000000
|
|
github.com/astaxie/beego v1.12.2
|
|
)
|
|
|
|
replace forward-core => ../forward-core
|