Fixes a bug when **
globbing over a directory which included files that contained characters that were special to filepath.Glob
.
What's Changed
- Replace the abandoned filepathx library with doublestar; ensure glob characters in paths do not break globbing by @kylekthompson in #81
Full Changelog: v1.14.3...v1.15.0