aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 76d21ed0f04afc40563df6aef42a1cac3372f97d (plain) (blame)
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
module adammathes.com/neko

go 1.12

require (
	github.com/GeertJohan/go.rice v1.0.0
	github.com/PuerkitoBio/goquery v1.6.0
	github.com/advancedlogic/GoOse v0.0.0-20200830213114-1225d531e0ad
	github.com/andybalholm/cascadia v1.2.0 // indirect
	github.com/araddon/dateparse v0.0.0-20201001162425-8aadafed4dc4 // indirect
	github.com/daaku/go.zipexe v1.0.1 // indirect
	github.com/go-resty/resty/v2 v2.3.0 // indirect
	github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 // indirect
	github.com/mattn/go-sqlite3 v1.14.16
	github.com/microcosm-cc/bluemonday v1.0.23
	github.com/mmcdole/gofeed v1.1.0
	github.com/mmcdole/goxpp v0.0.0-20200921145534-2f3784f67354 // indirect
	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
	github.com/modern-go/reflect2 v1.0.1 // indirect
	github.com/ogier/pflag v0.0.1
	github.com/olekukonko/tablewriter v0.0.4 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	github.com/russross/blackfriday v2.0.0+incompatible
	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
	gopkg.in/yaml.v2 v2.3.0
)