-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
24 lines (22 loc) · 832 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
24
module github.com/vhodges/stitcherd
go 1.12
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/PuerkitoBio/goquery v1.5.1
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8
github.com/google/uuid v1.1.2
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/mailgun/groupcache/v2 v2.2.0
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/valyala/fasttemplate v1.2.1
github.com/x-way/crawlerdetect v0.2.7
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
)