updated apps

This commit is contained in:
marvzhang
2021-05-31 16:26:17 +08:00
parent 34e8beefdd
commit fb35493de9
13 changed files with 137 additions and 71 deletions

View File

@@ -9,17 +9,18 @@ replace (
github.com/crawlab-team/crawlab-grpc => /Users/marvzhang/projects/crawlab-team/crawlab-grpc/dist/go
github.com/crawlab-team/crawlab-log => /Users/marvzhang/projects/crawlab-team/crawlab-log
github.com/crawlab-team/crawlab-vcs => /Users/marvzhang/projects/crawlab-team/crawlab-vcs
github.com/crawlab-team/goseaweedfs => /Users/marvzhang/projects/crawlab-team/goseaweedfs
github.com/crawlab-team/go-trace => /Users/marvzhang/projects/crawlab-team/go-trace
github.com/linxGnu/goseaweedfs => /Users/marvzhang/projects/tikazyq/goseaweedfs
)
require (
github.com/apex/log v1.9.0
github.com/crawlab-team/crawlab-core v0.0.1
github.com/crawlab-team/crawlab-core v0.0.0
github.com/crawlab-team/crawlab-db v0.0.2
github.com/crawlab-team/go-trace v0.0.0
github.com/crawlab-team/go-trace v0.1.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.uber.org/dig v1.10.0
)