2020-04-05 14:59:01 +00:00
|
|
|
module github.com/creekorful/trandoshan
|
2020-04-03 15:43:59 +00:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-04-05 18:55:56 +00:00
|
|
|
github.com/PuerkitoBio/purell v1.1.1
|
|
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
2020-04-06 06:08:47 +00:00
|
|
|
github.com/elastic/go-elasticsearch/v7 v7.6.0
|
|
|
|
github.com/labstack/echo/v4 v4.1.16
|
|
|
|
github.com/labstack/gommon v0.3.0
|
2020-04-03 15:43:59 +00:00
|
|
|
github.com/nats-io/nats.go v1.9.2
|
|
|
|
github.com/sirupsen/logrus v1.5.0
|
|
|
|
github.com/urfave/cli/v2 v2.2.0
|
2020-04-05 14:59:01 +00:00
|
|
|
github.com/valyala/fasthttp v1.9.0
|
2020-04-05 18:02:29 +00:00
|
|
|
mvdan.cc/xurls/v2 v2.1.0
|
2020-04-03 15:43:59 +00:00
|
|
|
)
|