mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-24 20:36:24 +02:00
use gorilla/mux for routing requests
Thanks to @Fieldistor for the reminder that gorilla/mux allows you to disable cleaning request URLs, which was causing problems with signature verification for some URLs. Fixes #215 Fixes #212
This commit is contained in:
parent
00652fd9cb
commit
3589510f2c
3 changed files with 6 additions and 2 deletions
1
go.mod
1
go.mod
|
|
@ -14,6 +14,7 @@ require (
|
|||
github.com/garyburd/redigo v1.6.0
|
||||
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
||||
github.com/google/btree v1.0.0 // indirect
|
||||
github.com/gorilla/mux v1.6.2
|
||||
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc
|
||||
github.com/grpc-ecosystem/grpc-gateway v1.8.5 // indirect
|
||||
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue