feed_archiver/go.mod

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
)