mirror of
https://github.com/creekorful/bathyscaphe
synced 2024-11-16 00:12:56 +00:00
17 lines
462 B
Modula-2
17 lines
462 B
Modula-2
module github.com/creekorful/trandoshan
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/PuerkitoBio/purell v1.1.1
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/elastic/go-elasticsearch/v7 v7.6.0
|
|
github.com/labstack/echo/v4 v4.1.16
|
|
github.com/labstack/gommon v0.3.0
|
|
github.com/nats-io/nats.go v1.9.2
|
|
github.com/sirupsen/logrus v1.5.0
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
github.com/valyala/fasthttp v1.9.0
|
|
mvdan.cc/xurls/v2 v2.1.0
|
|
)
|