mirror of
https://github.com/joshuafc/ntVPN.git
synced 2026-04-22 16:07:28 +08:00
16 lines
465 B
Modula-2
16 lines
465 B
Modula-2
module github.com/joshuafc/ntVPN
|
|
|
|
go 1.15
|
|
|
|
require golang.org/x/sys v0.0.0-20210510120138-977fb7262007
|
|
|
|
require (
|
|
github.com/klauspost/reedsolomon v1.9.11 // indirect
|
|
github.com/mdlayher/ethernet v0.0.0-20190313224307-5b5fc417d966
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
github.com/pion/ice/v2 v2.1.12
|
|
github.com/smallnest/rpcx v1.6.10
|
|
github.com/xtaci/kcp-go v5.4.20+incompatible
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
)
|