Skip to content

Commit 04662fd

Browse files
committed
feat: use faster regex library
1 parent 6f1306e commit 04662fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/topics/manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ import (
77
"crypto/md5" //nolint: gosec
88
"encoding/hex"
99
"fmt"
10-
"regexp"
1110
"strconv"
1211
"strings"
1312
"text/template"
1413

1514
"github.com/speps/go-hashids/v2"
15+
regexp "github.com/wasilibs/go-re2"
1616
"go.uber.org/zap"
1717
)
1818

0 commit comments

Comments
 (0)