fix: dependency issue

This commit is contained in:
Marvin Zhang
2024-06-14 16:51:09 +08:00
parent 33a30e03ef
commit 76dd8dd185
10 changed files with 223 additions and 243 deletions

View File

@@ -3,7 +3,7 @@ module crawlab
go 1.16
replace (
github.com/crawlab-team/crawlab-core => ../../crawlab-core
github.com/crawlab-team/crawlab/core => ../../crawlab-core
github.com/crawlab-team/crawlab-vcs => ../../crawlab-vcs
github.com/crawlab-team/crawlab/fs => ../../crawlab-fs
github.com/crawlab-team/crawlab/db => ../../crawlab-db
@@ -11,7 +11,7 @@ replace (
require (
github.com/apex/log v1.9.0
github.com/crawlab-team/crawlab-core v0.6.0-beta.20211230.1200
github.com/crawlab-team/crawlab/core v0.6.0-beta.20211230.1200
github.com/crawlab-team/crawlab/vcs v0.1.1
github.com/gin-gonic/gin v1.7.1
github.com/spf13/cobra v1.1.3