forked from pgaskin/BookBrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 1.14 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
module github.com/geek1011/BookBrowser
go 1.13
require (
github.com/PuerkitoBio/goquery v1.1.1-0.20171007141228-1a71cc719d0d // indirect
github.com/andybalholm/cascadia v0.0.0-20161224141413-349dd0209470 // indirect
github.com/beevik/etree v1.0.1-0.20171015221209-af219c0c7ea1
github.com/davecgh/go-spew v1.1.1-0.20171005155431-ecdeabc65495 // indirect
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 // indirect
github.com/geek1011/kepubify v2.3.2-0.20190207015944-d08efa025c00+incompatible
github.com/gobuffalo/packr v1.13.1
github.com/julienschmidt/httprouter v1.1.1-0.20170430222011-975b5c4c7c21
github.com/mattn/go-zglob v0.0.0-20170124115757-95345c4e1c0e
github.com/moraes/isbn v0.0.0-20151007102746-e6388fb1bfd5
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pkg/errors v0.8.1-0.20180311214515-816c9085562c
github.com/sblinch/mobi v0.0.0-20190314025629-02fb646e8cd8
github.com/spf13/pflag v1.0.3
github.com/stretchr/testify v1.2.2
github.com/unrolled/render v0.0.0-20171006150303-32bf1ea2a39e
golang.org/x/net v0.0.0-20180811021610-c39426892332 // indirect
golang.org/x/tools v0.0.0-20171010174739-e4b401d06e5e
)