From 71b15249b36e8408d48531d89a01cc7d7b044ebe Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 13 Feb 2019 22:36:23 +0100 Subject: working! --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index f109aef..a5ccf62 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module git.darknebu.la/GalaxySimulator/db-container require ( + git.darknebu.la/GalaxySimulator/db_actions v0.0.0-20190213154609-4b94165a34c3 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