mirror of
https://github.com/terorie/od-database-crawler.git
synced 2025-04-16 08:56:44 +00:00
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.3.0...v1.4.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
14 lines
499 B
Modula-2
14 lines
499 B
Modula-2
module github.com/terorie/od-database-crawler
|
|
|
|
require (
|
|
github.com/beeker1121/goque v2.0.1+incompatible
|
|
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
|
|
github.com/sirupsen/logrus v1.4.0
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/viper v1.3.1
|
|
github.com/syndtr/goleveldb v0.0.0-20181128100959-b001fa50d6b2 // indirect
|
|
github.com/valyala/fasthttp v1.2.0
|
|
golang.org/x/crypto v0.0.0-20190131182504-b8fe1690c613
|
|
golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3
|
|
)
|