summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-11 03:04:28 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-11 03:04:28 -0400
commitb9d16fbfcc9032518cd464060276755a8d09caf4 (patch)
treedf10df98ca987e3fbbb571c92e72aa65d5d9f774 /go.mod
parentfb63b07e950004068bc883818f84c9ddbbb9be02 (diff)
downloadgetwtxt-b9d16fbfcc9032518cd464060276755a8d09caf4.tar.gz
stubbed out handlers
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 0 insertions, 5 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 5da3388..0000000
--- a/go.mod
+++ /dev/null
@@ -1,5 +0,0 @@
-module github.com/gbmor/getwtxt
-
-go 1.11
-
-require github.com/gorilla/handlers v1.4.0