aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-08-19 05:37:23 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-08-19 05:37:23 +0200
commit4ed2f5fe7c74cb083d1d59415ee2900d3d9b1fbc (patch)
tree3726df2536f802d4dc38d0e07bfab0170328b0b3
parent13b4b8a5f5670d38eae095749ddbba734ac2df89 (diff)
downloadell-4ed2f5fe7c74cb083d1d59415ee2900d3d9b1fbc.tar.gz
ell-4ed2f5fe7c74cb083d1d59415ee2900d3d9b1fbc.tar.xz
ell-4ed2f5fe7c74cb083d1d59415ee2900d3d9b1fbc.zip
Bump Go modules to 1.17
-rw-r--r--go.mod4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 08af830..40d1a6f 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,7 @@
module janouch.name/ell
+go 1.17
+
require github.com/peterh/liner v1.1.0
+
+require github.com/mattn/go-runewidth v0.0.3 // indirect