about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-03-08 12:56:47 +0100
committerEmile <hanemile@protonmail.com>2019-03-08 12:56:47 +0100
commitec03efe67c10a0bd9684938b5b06d0c03796218c (patch)
tree9ade0aa5416929936be80d74e36e97d5cc39bb94
parent74813136e9e4fb2a1bcbcd52a4666a8db7247fc1 (diff)
go module support
-rw-r--r--go.mod1
-rw-r--r--go.sum2
2 files changed, 3 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
 )
diff --git a/go.sum b/go.sum
index 5c82375..fc772f8 100644
--- a/go.sum
+++ b/go.sum
@@ -2,3 +2,5 @@ git.darknebu.la/GalaxySimulator/structs v0.0.0-20190205205735-9dd56b9448e5 h1:aE
 git.darknebu.la/GalaxySimulator/structs v0.0.0-20190205205735-9dd56b9448e5/go.mod h1:LSDIBBC7IcWERm4wlDAroMpsUP7zJ1yDZFlQnP/UIsQ=
 github.com/gorilla/mux v1.7.0 h1:tOSd0UKHQd6urX6ApfOn4XdBMY6Sh1MfxV3kmaazO+U=
 github.com/gorilla/mux v1.7.0/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=
+github.com/lib/pq v1.0.0 h1:X5PMW56eZitiTeO7tKzZxFCSpbFZJtkMMooicw2us9A=
+github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=