chore: switch to math/rand/v2

This commit is contained in:
Vincent Bernat
2025-10-26 12:14:20 +01:00
parent dd8ef6abcc
commit ee6e197e8e
12 changed files with 115 additions and 100 deletions

View File

@@ -6,7 +6,7 @@ package kafka
import (
"context"
"fmt"
"math/rand"
"math/rand/v2"
"strconv"
"strings"
"sync/atomic"