mirror of
https://github.com/creekorful/bathyscaphe
synced 2024-11-16 00:12:56 +00:00
23 lines
686 B
Modula-2
23 lines
686 B
Modula-2
module github.com/creekorful/trandoshan
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.6.0
|
|
github.com/PuerkitoBio/purell v1.1.1
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/go-redis/redis/v8 v8.4.4
|
|
github.com/go-resty/resty/v2 v2.3.0
|
|
github.com/golang/mock v1.4.4
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/olivere/elastic/v7 v7.0.20
|
|
github.com/rs/zerolog v1.20.0
|
|
github.com/streadway/amqp v1.0.0
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
github.com/valyala/fasthttp v1.9.0
|
|
github.com/xhit/go-str2duration/v2 v2.0.0
|
|
mvdan.cc/xurls/v2 v2.1.0
|
|
)
|