mirror of
https://github.com/simon987/feed_archiver.git
synced 2025-04-10 14:16:49 +00:00
16 lines
459 B
Modula-2
16 lines
459 B
Modula-2
module github.com/simon987/feed_archiver
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gofrs/uuid v3.2.0+incompatible // indirect
|
|
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
|
github.com/jackc/pgconn v1.1.0
|
|
github.com/jackc/pgx v3.6.0+incompatible
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
|
|
github.com/urfave/cli v1.22.2
|
|
github.com/urfave/cli/v2 v2.0.0
|
|
github.com/valyala/fastjson v1.4.1
|
|
)
|