-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (20 loc) · 1008 Bytes
/
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
module github.com/nainglinaung/gomanga
go 1.12
require (
github.com/ProfOak/flag2 v0.0.0-20180113063009-1c8ed5a1f798
github.com/PuerkitoBio/goquery v1.5.0
github.com/aprimadi/imagecomp v0.0.0-20180213055428-8f3098b13c82 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/mholt/archiver v3.1.1+incompatible // indirect
github.com/nickalie/go-binwrapper v0.0.0-20190114141239-525121d43c84 // indirect
github.com/nickalie/go-mozjpegbin v0.0.0-20170427050522-d8a58e243a3d // indirect
github.com/nwaples/rardecode v1.0.0 // indirect
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/stretchr/testify v1.4.0
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/yusukebe/go-pngquant v0.0.0-20160211022948-c4f19d2a5658 // indirect
// github.com/nainglinaung/gomanga/sites/mangahere
)
// replace github.com/nainglinaung/gomanga/mangahere => ./mangahere