aboutsummaryrefslogtreecommitdiff
path: root/weed/pb/grpc_client_server.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/pb/grpc_client_server.go')
-rw-r--r--weed/pb/grpc_client_server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/pb/grpc_client_server.go b/weed/pb/grpc_client_server.go
index 2df2be70f..777dfb402 100644
--- a/weed/pb/grpc_client_server.go
+++ b/weed/pb/grpc_client_server.go
@@ -4,7 +4,7 @@ import (
"context"
"fmt"
"google.golang.org/grpc/metadata"
- "math/rand"
+ "math/rand/v2"
"net/http"
"strconv"
"strings"