13 lines
302 B
Modula-2
13 lines
302 B
Modula-2
module tcp-proxy
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
git.trj.tw/golang/utils v0.0.0-20190225142552-b019626f0349
|
|
github.com/google/uuid v1.1.1
|
|
github.com/mattn/go-colorable v0.1.4 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
|
|
github.com/otakukaze/envconfig v1.0.0
|
|
gopkg.in/yaml.v2 v2.2.7
|
|
)
|