From db6322d9870d087a0d4d7791b085b833659d437b Mon Sep 17 00:00:00 2001 From: James Mills Date: Wed, 25 Mar 2020 07:12:31 +1000 Subject: Add CORS --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') 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 -- cgit v1.2.3