Feature: add lwIP TCP/IP stack to tun listener
This commit is contained in:
1
go.mod
1
go.mod
@ -15,6 +15,7 @@ require (
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
github.com/xtls/go v0.0.0-20201118062508-3632bf3b7499
|
||||
github.com/yaling888/go-lwip v0.0.0-20210928231210-94b50cb51cc1
|
||||
go.uber.org/atomic v1.9.0
|
||||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
|
||||
golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f
|
||||
|
Reference in New Issue
Block a user