Change filewalker implementation to use a pool

This commit is contained in:
Dane Everitt
2020-07-16 21:51:31 -07:00
parent 7e1b7e7f36
commit f3c8220bd9
5 changed files with 102 additions and 81 deletions

1
go.mod
View File

@@ -31,6 +31,7 @@ require (
github.com/docker/go-units v0.3.3 // indirect
github.com/fatih/color v1.9.0
github.com/gabriel-vasile/mimetype v0.1.4
github.com/gammazero/workerpool v0.0.0-20200608033439-1a5ca90a5753
github.com/gbrlsnchs/jwt/v3 v3.0.0-rc.0
github.com/gin-gonic/gin v1.6.3
github.com/golang/protobuf v1.3.5 // indirect