about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..ceb30af
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,8 @@
+module github.com/gbmor/getwtxt
+
+go 1.11
+
+require (
+	github.com/gorilla/handlers v1.4.0
+	github.com/gorilla/mux v1.7.1
+)