summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMateusz Czapliński <czapkofan@gmail.com>2018-04-01 22:51:46 +0200
committerMateusz Czapliński <czapkofan@gmail.com>2018-04-01 22:51:46 +0200
commit45ff4b265d71ffc0a87510e38d9f6ea2e332b4c0 (patch)
treef87bd9cef7124f61f11b7f1b6f6b12957b04fa49
parent9281952c3d57f9410a5fddb4a4c946ab53c8e913 (diff)
add go.mod dependencies list
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..a1a41d5
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
+module "github.com/akavel/up"
+
+require (
+ "github.com/gdamore/encoding" v0.0.0-20151215212835-b23993cbb635
+ "github.com/gdamore/tcell" v1.0.0
+ "github.com/lucasb-eyer/go-colorful" v0.0.0-20170903184257-231272389856
+ "github.com/mattn/go-isatty" v0.0.3
+ "github.com/mattn/go-runewidth" v0.0.2
+ "golang.org/x/text" v0.0.0-20171214130843-f21a4dfb5e38
+)