socks5-server/go.mod
chennqqi 5605cf112d add new option timeout
update to use go.mod
2020-05-12 14:14:42 +08:00

10 lines
263 B
Modula-2

module github.com/serjs/socks5-server
go 1.13
require (
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/caarlos0/env v3.3.1-0.20180521112546-3e0f30cbf50b+incompatible
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect
)