-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
21 lines (19 loc) · 868 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module gotripod.com/ssscraper
go 1.16
require (
code.sajari.com/docconv v1.1.0 // indirect
github.com/JalfResi/justext v0.0.0-20170829062021-c0282dea7198 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/PuerkitoBio/goquery v1.7.1 // indirect
github.com/advancedlogic/GoOse v0.0.0-20210708011750-e3d1acc33807 // indirect
github.com/cavaliercoder/grab v2.0.0+incompatible // indirect
github.com/gocolly/colly/v2 v2.1.0
github.com/google/uuid v1.3.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/levigross/exp-html v0.0.0-20120902181939-8df60c69a8f5 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/pdfcpu/pdfcpu v0.3.12 // indirect
)