about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-03-07 16:32:39 +0100
committerEmile <hanemile@protonmail.com>2019-03-07 16:32:39 +0100
commitfdd4f8ff060c1c690c794ed3fdbb0f160e3fdf82 (patch)
treeb5bf2b8ebd54ee5c156bf939b84a0c8934b93c96 /go.mod
parent9155f164651fdf09505418048ae780e0cfcdb79b (diff)
used the code from the db-actions package to build a simple http-api split up into a front- and backend
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..e35280c
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,6 @@
+module git.darknebu.la/GalaxySimulator/db-controller
+
+require (
+	git.darknebu.la/GalaxySimulator/structs v0.0.0-20190205205735-9dd56b9448e5
+	github.com/gorilla/mux v1.7.0
+)