Files
crawlab/backend/go.mod.remote
陈景阳 f18b6b57e8 1. fix repeat init api module
2. add custom config file flag
2022-01-03 19:27:29 +08:00

14 lines
290 B
Plaintext

module crawlab
go 1.16
require (
github.com/apex/log v1.9.0
github.com/crawlab-team/crawlab-core v0.6.0-beta.20211230.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
)