Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go-coregex-extreme/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module go-coregex-extreme

go 1.25.4

require github.com/coregx/coregex v0.12.19
require github.com/coregx/coregex v0.12.22-0.20260615145053-0418947ef04b

require (
github.com/coregx/ahocorasick v0.2.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go-coregex-extreme/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/coregx/ahocorasick v0.2.1 h1:JsZ5Rb32/SzGiGBl3vIwA8DAnY0+E6BLBhj+4HZsAbo=
github.com/coregx/ahocorasick v0.2.1/go.mod h1:SDcS9KTiwLP8FHNpYSO3Q3mRqrK8SYJAYpygrhcIils=
github.com/coregx/coregex v0.12.19 h1:u9DN5qlNbOjL+fP8pVO58ZZgK2rSDfODaIY55jthWcw=
github.com/coregx/coregex v0.12.19/go.mod h1:dsQgGpWvPcDeywbz/BK/YYyRcGhlMoXoCdlOWNqCR6Q=
github.com/coregx/coregex v0.12.22-0.20260615145053-0418947ef04b h1:0LVOZCxbvNI6UFAuqs+WyGjhGQjP3hcLiByWtHKc6D0=
github.com/coregx/coregex v0.12.22-0.20260615145053-0418947ef04b/go.mod h1:dsQgGpWvPcDeywbz/BK/YYyRcGhlMoXoCdlOWNqCR6Q=
golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ=
golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
2 changes: 1 addition & 1 deletion go-coregex/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/kolkov/regex-bench/go-coregex

go 1.25.4

require github.com/coregx/coregex v0.12.19
require github.com/coregx/coregex v0.12.22-0.20260615145053-0418947ef04b

require (
github.com/coregx/ahocorasick v0.2.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go-coregex/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/coregx/ahocorasick v0.2.1 h1:JsZ5Rb32/SzGiGBl3vIwA8DAnY0+E6BLBhj+4HZsAbo=
github.com/coregx/ahocorasick v0.2.1/go.mod h1:SDcS9KTiwLP8FHNpYSO3Q3mRqrK8SYJAYpygrhcIils=
github.com/coregx/coregex v0.12.19 h1:u9DN5qlNbOjL+fP8pVO58ZZgK2rSDfODaIY55jthWcw=
github.com/coregx/coregex v0.12.19/go.mod h1:dsQgGpWvPcDeywbz/BK/YYyRcGhlMoXoCdlOWNqCR6Q=
github.com/coregx/coregex v0.12.22-0.20260615145053-0418947ef04b h1:0LVOZCxbvNI6UFAuqs+WyGjhGQjP3hcLiByWtHKc6D0=
github.com/coregx/coregex v0.12.22-0.20260615145053-0418947ef04b/go.mod h1:dsQgGpWvPcDeywbz/BK/YYyRcGhlMoXoCdlOWNqCR6Q=
golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ=
golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
Loading