aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2018-09-04 08:26:02 +0700
committerShulhan <ms@kilabit.info>2018-09-04 08:26:02 +0700
commit1a441ee2b3c2c97dd8ad29dd96a47df512ed3bde (patch)
tree54059b8e0ec87c504e6b8f2e785927e345cb64bd /go.mod
parentd8e6402e260e281430c26f20bc410c0f9be91f53 (diff)
downloadbeku-1a441ee2b3c2c97dd8ad29dd96a47df512ed3bde.tar.xz
Add Go modulev0.4.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..3c556b5
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module github.com/shuLhan/beku
+
+require (
+ github.com/shuLhan/numerus v0.1.0 // indirect
+ github.com/shuLhan/share v0.0.0-20180903155519-157a004e9f7c
+ github.com/shuLhan/tekstus v0.1.0
+ golang.org/x/tools v0.0.0-20180831211245-7ca132754999
+)