use math/rand/v2 (#4020)

This commit is contained in:
fatedier
2024-03-20 15:48:31 +08:00
committed by GitHub
parent c08be0fd92
commit b36f3834eb
5 changed files with 16 additions and 25 deletions

View File

@@ -15,7 +15,7 @@
package wait
import (
"math/rand"
"math/rand/v2"
"time"
"github.com/fatedier/frp/pkg/util/util"