summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 12 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..69303de
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,12 @@
+// SPDX-FileCopyrightText: 2020 Ethel Morgan
+//
+// SPDX-License-Identifier: MIT
+
+module go.eth.moe/httputil
+
+go 1.14
+
+require (
+ github.com/gorilla/mux v1.7.4
+ go.eth.moe/logger v0.0.1
+)