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

go 1.17

require (
	github.com/mattn/go-isatty v0.0.14
	github.com/mpolden/sfv v0.9.0
	github.com/nwaples/rardecode v1.1.3
	github.com/rjeczalik/notify v0.9.2
)

require golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect