mirror of
https://github.com/simon987/feed_archiver.git
synced 2025-04-08 21:26:47 +00:00
23 lines
892 B
Modula-2
23 lines
892 B
Modula-2
module github.com/simon987/feed_archiver
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/cockroachdb/apd v1.1.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/elastic/go-elasticsearch/v7 v7.12.0
|
|
github.com/go-redis/redis/v8 v8.0.0-beta.2
|
|
github.com/gofrs/uuid v3.2.0+incompatible // indirect
|
|
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
|
|
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
|
github.com/jackc/pgx v3.6.2+incompatible
|
|
github.com/lib/pq v1.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24 // indirect
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
github.com/valyala/fastjson v1.5.1
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
|
|
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299 // indirect
|
|
)
|