aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 05b96fd..0ba9196 100644
--- a/go.mod
+++ b/go.mod
@@ -3,9 +3,9 @@ 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
)
-
-require golang.org/x/sys v0.0.0-20180926160741-c2ed4eda69e7 // indirect