about summary refs log tree commit diff
path: root/src/go.mod
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-02-25 23:56:29 +0100
committerEmile <hanemile@protonmail.com>2019-02-25 23:56:29 +0100
commit23ecf18de76e8ef873acac89923232987366c7a9 (patch)
treeeb890f3ab55ebaf84e1f4f494b723985168c4454 /src/go.mod
parentde59393dbd2043611de91f0612626bc858256d19 (diff)
updated the file structure
Diffstat (limited to 'src/go.mod')
-rw-r--r--src/go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/go.mod b/src/go.mod
index 489c84a..e1581d6 100644
--- a/src/go.mod
+++ b/src/go.mod
@@ -1 +1,3 @@
 module frontpage
+
+require github.com/gorilla/mux v1.7.0