This commit is contained in:
david 2024-02-21 20:33:47 +08:00
parent 04537f27f0
commit a357fa225b
2 changed files with 5 additions and 5 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module git.apinb.com/bsm-sdk/engine
go 1.21
go 1.22

View File

@ -1,7 +1,7 @@
package utils
import (
"math/rand"
"math/rand/v2"
"time"
)