mirror of
https://github.com/linka-cloud/grpc.git
synced 2026-04-21 11:25:09 +00:00
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:
3
go.mod
3
go.mod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user