mirror of
https://github.com/stefan01/transocks.git
synced 2025-02-22 11:40:54 +07:00
11 lines
296 B
Modula-2
11 lines
296 B
Modula-2
module github.com/cybozu-go/transocks
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/cybozu-go/log v1.5.0
|
|
github.com/cybozu-go/netutil v1.2.0
|
|
github.com/cybozu-go/well v1.8.1
|
|
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3
|
|
golang.org/x/sys v0.0.0-20180906133057-8cf3aee42992
|
|
)
|