Use Go modules

This commit is contained in:
Přemysl Eric Janouch 2018-12-01 22:45:26 +01:00
parent 728977d241
commit cd0f978b09
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 7 additions and 0 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module janouch.name/ell
require github.com/peterh/liner v1.1.0

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
github.com/mattn/go-runewidth v0.0.3 h1:a+kO+98RDGEfo6asOGMmpodZq4FNtnGP54yps8BzLR4=
github.com/mattn/go-runewidth v0.0.3/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
github.com/peterh/liner v1.1.0 h1:f+aAedNJA6uk7+6rXsYBnhdo4Xux7ESLe+kcuVUF5os=
github.com/peterh/liner v1.1.0/go.mod h1:CRroGNssyjTd/qIG2FyxByd2S8JEAZXBl4qUrZf8GS0=