From fdd4f8ff060c1c690c794ed3fdbb0f160e3fdf82 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 7 Mar 2019 16:32:39 +0100 Subject: used the code from the db-actions package to build a simple http-api split up into a front- and backend --- go.mod | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 +) -- cgit 1.4.1