Refactored downloader

This commit is contained in:
2021-12-22 01:22:33 +01:00
parent 4b9583b08f
commit 23ca1168df
21 changed files with 544 additions and 177 deletions

View File

@@ -3,10 +3,13 @@ module downloader
go 1.17
require (
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-chi/chi v1.5.4 // indirect
github.com/go-chi/render v1.0.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/ovh/configstore v0.5.2 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.19.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)