From bec0f65a315bb8cebe2a74035ebef37c86eb5449 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 7 Feb 2019 02:45:52 +0100 Subject: new model, see the wiki for a description how this all works --- go.mod | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..f109aef --- /dev/null +++ b/go.mod @@ -0,0 +1,7 @@ +module git.darknebu.la/GalaxySimulator/db-container + +require ( + git.darknebu.la/GalaxySimulator/structs v0.0.0-20190205205735-9dd56b9448e5 + github.com/gorilla/mux v1.7.0 + github.com/lib/pq v1.0.0 +) -- cgit 1.4.1