mirror of
https://github.com/tavenli/port-forward.git
synced 2024-04-21 12:42:13 +00:00
16 lines
530 B
AMPL
16 lines
530 B
AMPL
module forward-core
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/astaxie/beego v1.12.2
|
|
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
|
|
github.com/json-iterator/go v1.1.10
|
|
github.com/klauspost/reedsolomon v1.9.9
|
|
github.com/mmcloughlin/avo v0.0.0-20200803215136-443f81d77104 // indirect
|
|
github.com/ugorji/go/codec v1.1.13
|
|
github.com/vzex/internal v0.0.0-20171013154326-dfb733a0d236 // indirect
|
|
github.com/vzex/mathutil v0.0.0-20170925121414-53c70789c7ff // indirect
|
|
github.com/vzex/zappy v0.0.0-20171014114341-f5f547bd8793
|
|
)
|