aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 597a41ee2107b09e323608b6fd63e4ba3b13cb4e (plain) (blame)
1
2
3
4
5
6
7
8
9
module github.com/mpolden/unp

go 1.13

require (
	github.com/mpolden/sfv v0.9.0
	github.com/nwaples/rardecode v1.1.0
	github.com/rjeczalik/notify v0.9.2
)