mirror of
https://github.com/stefan01/transocks.git
synced 2025-02-22 19:50:46 +07:00
10 lines
243 B
Modula-2
10 lines
243 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
|
||
|
)
|