feat(pipe): use wireguard-go pipe implementation until CL299009 is resolved

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2025-11-24 09:41:29 +01:00
parent e6fee24f40
commit 9be5f6226e
6 changed files with 24 additions and 5 deletions

3
go.mod
View File

@@ -1,6 +1,6 @@
module go.linka.cloud/grpc-toolkit
go 1.23.0
go 1.23.1
toolchain go1.24.3
@@ -58,6 +58,7 @@ require (
golang.org/x/net v0.40.0
golang.org/x/sync v0.14.0
golang.org/x/sys v0.33.0
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237
google.golang.org/grpc v1.72.1