aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..feb556e
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,6 @@
+module github.com/NeonXP/rutina
+
+require (
+ github.com/neonxp/rutina v0.0.0-20181204214833-c582001e89c0
+ github.com/pkg/errors v0.8.1
+)