summaryrefslogtreecommitdiff
path: root/go.mod
blob: a3bbfd0058e19ca81af670d051f42377ad0ce591 (plain)
1
2
3
4
5
6
7
8
module github.com/silvasur/startpage

go 1.17

require (
	github.com/adrg/xdg v0.3.4
	github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
)