-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
36 lines (33 loc) · 1.25 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
27
28
29
30
31
32
33
34
35
36
module github.com/witjem/feedpls
go 1.19
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/antchfx/htmlquery v1.2.5
github.com/bluele/gcache v0.0.2
github.com/didip/tollbooth/v7 v7.0.0
github.com/didip/tollbooth_chi v0.0.0-20220719025231-d662a7f6928f
github.com/go-chi/chi v1.5.4
github.com/go-pkgz/lgr v0.10.4
github.com/go-pkgz/rest v1.16.0
github.com/goodsign/monday v1.0.0
github.com/gorilla/feeds v1.1.1
github.com/stretchr/testify v1.8.0
github.com/urfave/cli/v2 v2.17.1
golang.org/x/net v0.0.0-20221002022538-bcab6841153b
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/antchfx/xpath v1.2.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-pkgz/expirable-cache v0.1.0 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)