optimized file upload

This commit is contained in:
marvzhang
2021-07-20 22:27:00 +08:00
parent 418dd67a89
commit d60c8d686c
19 changed files with 405 additions and 58 deletions

View File

@@ -2,13 +2,17 @@ module crawlab
go 1.15
replace (
github.com/crawlab-team/crawlab-core => /Users/marvzhang/projects/crawlab-team/crawlab-core
github.com/crawlab-team/goseaweedfs => /Users/marvzhang/projects/crawlab-team/goseaweedfs
)
require (
github.com/apex/log v1.9.0
github.com/crawlab-team/crawlab-core v0.6.0-beta.20210716
github.com/crawlab-team/crawlab-db v0.1.0
github.com/crawlab-team/crawlab-core v0.6.0-beta.20210716.1817
github.com/crawlab-team/go-trace v0.1.0
github.com/crawlab-team/goseaweedfs v0.2.0
github.com/gin-gonic/gin v1.6.3
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
go.mongodb.org/mongo-driver v1.6.0 // indirect