Replace godirwalk with standard Go 1.16 filepath.WalkDir

Should fix https://github.com/navidrome/navidrome/issues/1048
This commit is contained in:
Deluan
2021-04-27 11:28:22 -04:00
parent 10cfaad95c
commit d1605dcfbe
3 changed files with 35 additions and 31 deletions
-1
View File
@@ -24,7 +24,6 @@ require (
github.com/golangci/golangci-lint v1.39.0
github.com/google/uuid v1.2.0
github.com/google/wire v0.5.0
github.com/karrick/godirwalk v1.16.1
github.com/kennygrant/sanitize v0.0.0-20170120101633-6a0bfdde8629
github.com/kr/pretty v0.2.1
github.com/mattn/go-sqlite3 v2.0.3+incompatible