updated go.mod

This commit is contained in:
Marvin Zhang
2022-01-28 16:11:08 +08:00
parent 66214c5a61
commit 52ce4dadb3

View File

@@ -2,13 +2,6 @@ module crawlab
go 1.16
replace (
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
)
require (
github.com/apex/log v1.9.0
github.com/crawlab-team/crawlab-core v0.6.0-beta.20211230.1200