diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-25 07:12:31 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-25 07:12:31 +1000 |
| commit | db6322d9870d087a0d4d7791b085b833659d437b (patch) | |
| tree | 0c364e2be16b3abda1182371f53700dab03e0fc9 /go.mod | |
| parent | df0f19eee50c4007d322b5069852a54ffd09bc92 (diff) | |
Add CORS
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
