about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index e35280c..bd03346 100644
--- a/go.mod
+++ b/go.mod
@@ -3,4 +3,5 @@ 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
+	github.com/lib/pq v1.0.0
 )