about summary refs log tree commit diff
path: root/src/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-21 11:49:03 +0200
committerEmile <hanemile@protonmail.com>2019-10-21 11:49:03 +0200
commitfcb84b26cbd6b8c30869cf1adb07fdc23a071dac (patch)
tree45fe3728fcd945ee1823c455568cd038c9c64812 /src/go.mod
parentf6ff659b2ccb51d1b558c31e5a5e126cbeef9979 (diff)
updated the database name
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/go.mod b/src/go.mod
index fe3d2f1..863010d 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -1,3 +1,8 @@
 module manager
 
 go 1.13
+
+require (
+	github.com/gorilla/mux v1.7.3
+	github.com/lib/pq v1.2.0
+)