Print matched content in color

This commit is contained in:
2024-10-22 21:02:09 -04:00
parent bc11777ad5
commit cc0098b558
3 changed files with 34 additions and 7 deletions

9
go.mod
View File

@@ -1,3 +1,10 @@
module re
module re
go 1.23.1
require (
github.com/fatih/color v1.18.0 // indirect
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
)