summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-03-25 07:12:31 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-03-25 07:12:31 +1000
commitdb6322d9870d087a0d4d7791b085b833659d437b (patch)
tree0c364e2be16b3abda1182371f53700dab03e0fc9 /go.mod
parentdf0f19eee50c4007d322b5069852a54ffd09bc92 (diff)
Add CORS
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 5b9a370..4446e80 100644
--- a/go.mod
+++ b/go.mod
@@ -12,6 +12,7 @@ require (
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/gorilla/feeds v1.1.1
+ github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.2
github.com/koyachi/go-nude v0.0.1 // indirect
github.com/mitchellh/mapstructure v1.2.2 // indirect