summaryrefslogtreecommitdiff
path: root/go.mod
blob: fc1fcc191ead11dacc4a6b4bc02fd1d508b5cc92 (plain)
1
2
3
4
5
6
7
8
9
10
module git.sr.ht/~sircmpwn/openring

go 1.12

require (
	git.sr.ht/~sircmpwn/getopt v0.0.0-20190621174457-292febf82fd0
	github.com/SlyMarbo/rss v1.0.1
	github.com/mattn/go-runewidth v0.0.4
	github.com/microcosm-cc/bluemonday v1.0.2
)