about summary refs log tree commit diff
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..4e3b49d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,6 @@
+module distributor
+
+require (
+	git.darknebu.la/GalaxySimulator/db-actions v0.0.0-20190320193312-4bf9f11232ce
+	github.com/gorilla/mux v1.7.0
+)