-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 1.05 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/andyinabox/go-dumbphone
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/alexsasharegan/dotenv v0.0.0-20171113213728-090a4d1b5d42 // indirect
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
github.com/gomarkdown/markdown v0.0.0-20190912180731-281270bc6d83 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/joho/godotenv v1.3.0
github.com/labstack/echo/v4 v4.1.14
github.com/manifoldco/promptui v0.3.2
github.com/mauidude/go-readability v0.0.0-20141216012317-2f30b1a346f1
github.com/microcosm-cc/bluemonday v1.0.2 // indirect
github.com/sakirsensoy/genv v1.0.1 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.4.0
github.com/urfave/cli v1.22.1
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
googlemaps.github.io/maps v0.0.0-20191014172202-ce2e58e026c5
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 // indirect
gopkg.in/russross/blackfriday.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.4
)