refactor: move CreateForwardedTCPIPPayload to forwarder interface
This commit is contained in:
9
go.mod
9
go.mod
@ -3,13 +3,8 @@ module tunnel_pls
|
||||
go 1.24.4
|
||||
|
||||
require (
|
||||
github.com/a-h/templ v0.3.833
|
||||
github.com/joho/godotenv v1.5.1
|
||||
golang.org/x/crypto v0.32.0
|
||||
golang.org/x/net v0.33.0
|
||||
golang.org/x/crypto v0.45.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
golang.org/x/sys v0.29.0 // indirect
|
||||
)
|
||||
require golang.org/x/sys v0.38.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user