Switch to a more capable glob implementation that supports **

This commit is contained in:
Kovid Goyal
2023-02-24 13:43:38 +05:30
parent 77c04107f3
commit e4002b5691
4 changed files with 27 additions and 7 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.20
require (
github.com/ALTree/bigfloat v0.0.0-20220102081255-38c8b72a9924
github.com/bmatcuk/doublestar v1.3.4
github.com/disintegration/imaging v1.6.2
github.com/google/go-cmp v0.5.8
github.com/google/uuid v1.3.0