Use Go modules
This commit is contained in:
parent
728977d241
commit
cd0f978b09
|
@ -0,0 +1,3 @@
|
|||
module janouch.name/ell
|
||||
|
||||
require github.com/peterh/liner v1.1.0
|
|
@ -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=
|
Loading…
Reference in New Issue