aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: fc3ebf942d29b3ac83d632c7aab1fa09ce6e795f (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.5.0
	github.com/advancedlogic/GoOse v0.0.0-20180825110909-6cd46faf50eb
	github.com/araddon/dateparse v0.0.0-20190510211750-d2ba70357e92 // indirect
	github.com/fatih/set v0.2.1 // indirect
	github.com/gigawattio/window v0.0.0-20180317192513-0f5467e35573 // indirect
	github.com/jaytaylor/html2text v0.0.0-20190408195923-01ec452cbe43 // indirect
	github.com/mattn/go-runewidth v0.0.4 // indirect
	github.com/mattn/go-sqlite3 v1.10.0
	github.com/microcosm-cc/bluemonday v1.0.2
	github.com/mmcdole/gofeed v1.0.0-beta2
	github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
	github.com/ogier/pflag v0.0.1
	github.com/olekukonko/tablewriter v0.0.1 // indirect
	github.com/russross/blackfriday v2.0.0+incompatible
	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
	github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
	github.com/stretchr/testify v1.3.0 // indirect
	golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
	gopkg.in/yaml.v2 v2.2.2
)