Fix missing regexp import
This commit is contained in:
parent
abc0677b2c
commit
cd734286fb
|
@ -11,6 +11,7 @@ import (
|
||||||
"math/rand/v2"
|
"math/rand/v2"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
"regexp"
|
||||||
"runtime"
|
"runtime"
|
||||||
"slices"
|
"slices"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
Loading…
Reference in New Issue