aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-12-01 22:45:26 +0100
committerPřemysl Janouch <p@janouch.name>2018-12-01 22:45:26 +0100
commitcd0f978b096b7054c7b661a4877c58833c7b4bc5 (patch)
tree9cf73eb75020b34de7a49f4eeb44cb8f30fb42c0 /go.mod
parent728977d241466dc607f7a7a057375d3dca7ed556 (diff)
downloadell-cd0f978b096b7054c7b661a4877c58833c7b4bc5.tar.gz
ell-cd0f978b096b7054c7b661a4877c58833c7b4bc5.tar.xz
ell-cd0f978b096b7054c7b661a4877c58833c7b4bc5.zip
Use Go modules
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..08af830
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module janouch.name/ell
+
+require github.com/peterh/liner v1.1.0