aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEthel Morgan <eth@ethulhu.co.uk>2020-07-07 18:37:42 +0100
committerEthel Morgan <eth@ethulhu.co.uk>2020-07-07 18:37:42 +0100
commit7cd8becb29c96a06f0c1b0cfb623ed5e98911613 (patch)
tree9f4e1d9479a4f8470b8575f62fe62c5fc2804efe /go.mod
parente9f24b4296b9711c18b5c5a1e14cc5722e302192 (diff)
initial hack sesh
Diffstat (limited to '')
-rw-r--r--go.mod14
1 files changed, 14 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..a21596f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,14 @@
+// SPDX-FileCopyrightText: 2020 Ethel Morgan
+//
+// SPDX-License-Identifier: MIT
+
+module go.eth.moe/dispatch
+
+go 1.14
+
+require (
+ github.com/gorilla/mux v1.7.4
+ go.eth.moe/flag v0.0.2
+ go.eth.moe/httputil v0.0.4
+ go.eth.moe/logger v0.0.1
+)