diff options
-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 |
index : ell | ||
Middle ground between Scheme and Tcl | Přemysl Eric Janouch <p@janouch.name> |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | go.mod | 4 |
@@ -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 |