aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 71f411db0f5bbe5bad36df22ef2f6d89a02c61d4 (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.19
	github.com/mpolden/sfv v0.9.0
	github.com/nwaples/rardecode v1.1.3
	github.com/rjeczalik/notify v0.9.3
)

require golang.org/x/sys v0.8.0 // indirect