Change: replace std regex with regexp2 (#2802)

This commit is contained in:
MoonStrider
2023-06-21 17:06:29 +08:00
committed by GitHub
parent 700ceed194
commit e26bed43de
4 changed files with 18 additions and 7 deletions

1
go.mod
View File

@ -4,6 +4,7 @@ go 1.20
require (
github.com/Dreamacro/protobytes v0.0.0-20230324064118-87bc784139cd
github.com/dlclark/regexp2 v1.10.0
github.com/go-chi/chi/v5 v5.0.8
github.com/go-chi/cors v1.2.1
github.com/go-chi/render v1.0.2