From 4ed2f5fe7c74cb083d1d59415ee2900d3d9b1fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 19 Aug 2021 05:37:23 +0200 Subject: Bump Go modules to 1.17 --- go.mod | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3