summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 7c6a5226..03e77826 100644
--- a/go.mod
+++ b/go.mod
@@ -2,14 +2,14 @@ module github.com/junegunn/fzf
require (
github.com/gdamore/tcell v1.4.0
- github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-isatty v0.0.12
github.com/mattn/go-runewidth v0.0.9
- github.com/mattn/go-shellwords v1.0.9
- github.com/saracen/walker v0.0.0-20191201085201-324a081bae7e
- golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d
- golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
- golang.org/x/text v0.3.2 // indirect
+ github.com/mattn/go-shellwords v1.0.10
+ github.com/saracen/walker v0.1.1
+ golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
+ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
+ golang.org/x/sys v0.0.0-20201026173827-119d4633e4d1
+ golang.org/x/text v0.3.3 // indirect
)
go 1.13