mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
48 lines
2.1 KiB
Modula-2
48 lines
2.1 KiB
Modula-2
module crawlab
|
|
|
|
go 1.15
|
|
|
|
replace (
|
|
github.com/crawlab-team/crawlab-core => /Users/marvzhang/projects/crawlab-team/crawlab-core
|
|
github.com/crawlab-team/crawlab-db => /Users/marvzhang/projects/crawlab-team/crawlab-db
|
|
)
|
|
|
|
require (
|
|
github.com/Masterminds/semver v1.4.2 // indirect
|
|
github.com/Masterminds/sprig v2.16.0+incompatible // indirect
|
|
github.com/Unknwon/goconfig v0.0.0-20191126170842-860a72fb44fd // indirect
|
|
github.com/aokoli/goutils v1.0.1 // indirect
|
|
github.com/apex/log v1.9.0
|
|
github.com/cenkalti/backoff/v4 v4.1.0 // indirect
|
|
github.com/crawlab-team/crawlab-core v0.0.0-00010101000000-000000000000
|
|
github.com/crawlab-team/crawlab-db v0.0.2
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
|
|
github.com/go-playground/validator/v10 v10.3.0
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
|
github.com/hashicorp/go-sockaddr v1.0.0 // indirect
|
|
github.com/huandu/xstrings v1.2.0 // indirect
|
|
github.com/imdario/mergo v0.3.6 // indirect
|
|
github.com/imroc/req v0.3.0 // indirect
|
|
github.com/jaytaylor/html2text v0.0.0-20180606194806-57d518f124b0 // indirect
|
|
github.com/matcornic/hermes v1.2.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.3 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.1 // indirect
|
|
github.com/olivere/elastic/v7 v7.0.15
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
go.uber.org/atomic v1.6.0 // indirect
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
|
|
gopkg.in/russross/blackfriday.v2 v2.0.0 // indirect
|
|
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|