15 lines
440 B
Modula-2
15 lines
440 B
Modula-2
module forge.cadoles.com/wpetit/go-tunnel
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
cdr.dev/slog v1.3.0
|
|
github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/streamrail/concurrent-map v0.0.0-20160823150647-8bf1e9bacbf6
|
|
github.com/xtaci/kcp-go/v5 v5.6.1
|
|
github.com/xtaci/smux v1.5.14
|
|
gitlab.com/wpetit/goweb v0.0.0-20200707070104-985ce3eba3c2
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
|
)
|