More Kleene star fixes

This commit is contained in:
2024-10-23 10:26:50 -04:00
parent 9d3bc2b804
commit 11dd6aeb7c
3 changed files with 36 additions and 10 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module re
go 1.23.1
require (
github.com/fatih/color v1.18.0 // indirect
github.com/fatih/color v1.18.0
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.25.0 // indirect