summaryrefslogtreecommitdiff
path: root/go.mod
blob: b568446de15475974c3255b7dbf9a91a1e648771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module dim13.org/bot

require (
	dim13.org/rss v0.0.0-20180126111859-6312ad4bf7e4
	github.com/fluffle/goirc v1.0.1
	github.com/golang/mock v1.3.1 // indirect
	github.com/hashicorp/golang-lru v0.5.1
	golang.org/x/net v0.0.0-20190628185345-da137c7871d7
	golang.org/x/text v0.3.2 // indirect
)

go 1.13