Replace godirwalk with standard Go 1.16 filepath.WalkDir
Should fix https://github.com/navidrome/navidrome/issues/1048
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user