code cleanup

This commit is contained in:
Marvin Zhang
2022-02-21 09:40:00 +08:00
parent f12eae213a
commit 242543e70c
18 changed files with 500 additions and 699 deletions

View File

@@ -2,12 +2,4 @@ module crawlab
go 1.16
require (
github.com/apex/log v1.9.0
github.com/crawlab-team/crawlab-core v0.6.0-beta.20220128.1200
github.com/crawlab-team/go-trace v0.1.1
github.com/gin-gonic/gin v1.7.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
go.uber.org/dig v1.10.0
)
require github.com/crawlab-team/crawlab-core v0.6.0-beta.20220221.1800