mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
31 lines
1.1 KiB
Modula-2
31 lines
1.1 KiB
Modula-2
module crawlab
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/Unknwon/goconfig v0.0.0-20191126170842-860a72fb44fd
|
|
github.com/apex/log v1.1.1
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fsnotify/fsnotify v1.4.7
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
|
|
github.com/go-playground/locales v0.12.1 // indirect
|
|
github.com/go-playground/universal-translator v0.16.0 // indirect
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
github.com/imroc/req v0.2.4
|
|
github.com/leodido/go-urn v1.1.0 // indirect
|
|
github.com/matcornic/hermes v1.2.0
|
|
github.com/matcornic/hermes/v2 v2.0.2 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/royeo/dingrobot v1.0.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337
|
|
github.com/spf13/viper v1.4.0
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/go-playground/validator.v9 v9.29.1
|
|
gopkg.in/gomail.v2 v2.0.0-20150902115704-41f357289737
|
|
gopkg.in/russross/blackfriday.v2 v2.0.0 // indirect
|
|
gopkg.in/src-d/go-git.v4 v4.13.1
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|