about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-03-15 20:29:28 +0100
committerEmile <hanemile@protonmail.com>2019-03-15 20:29:28 +0100
commitf8cb2a4d3a5fdb56aeeeeb087afa939762637149 (patch)
tree249970605d6d04fa61da89abb94d68b507b8c467 /go.mod
parentef0beb88ead85c024fbc271962d0ffb0ec1e1e19 (diff)
created a simple frontend for the db-controller backend
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index bd03346..fb2ac3b 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,7 @@
-module git.darknebu.la/GalaxySimulator/db-controller
+module metrics-bundler
 
 require (
+	git.darknebu.la/GalaxySimulator/db-controller v0.0.0-20190308175834-ef0beb88ead8
 	git.darknebu.la/GalaxySimulator/structs v0.0.0-20190205205735-9dd56b9448e5
 	github.com/gorilla/mux v1.7.0
 	github.com/lib/pq v1.0.0