mirror of
https://github.com/creekorful/bathyscaphe
synced 2024-11-16 00:12:56 +00:00
325c6ef175
Closes: #20
18 lines
525 B
Modula-2
18 lines
525 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/golang/protobuf v1.4.2 // indirect
|
|
github.com/labstack/echo/v4 v4.1.16
|
|
github.com/nats-io/nats-server/v2 v2.1.8 // indirect
|
|
github.com/nats-io/nats.go v1.10.0
|
|
github.com/rs/zerolog v1.20.0
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
github.com/valyala/fasthttp v1.9.0
|
|
mvdan.cc/xurls/v2 v2.1.0
|
|
)
|