aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 0ba9196ea38f1de004dcc8e659dc6da3541495a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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.0
	github.com/rjeczalik/notify v0.9.2
	golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)