diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |