Update dependencies

This commit is contained in:
世界
2025-02-14 13:43:07 +08:00
parent ed5de40065
commit 187e78968c
8 changed files with 212 additions and 327 deletions

View File

@@ -34,7 +34,7 @@ func (c *gunServiceClient) TunCustomName(ctx context.Context, name string, opts
if err != nil {
return nil, err
}
x := &gunServiceTunClient{stream}
x := &grpc.GenericClientStream[Hunk, Hunk]{ClientStream: stream}
return x, nil
}