mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-05-04 17:22:40 +02:00
cmd/imageproxy: remove gorilla mux router
I'm not entirely sure why I had this in the first place... probably just a misunderstanding at the time of what a mux did and when it is helpful. In this case, it serves no purpose.
This commit is contained in:
parent
da55ecefd3
commit
ef50c1f9a6
3 changed files with 2 additions and 56 deletions
1
go.mod
1
go.mod
|
|
@ -10,7 +10,6 @@ require (
|
|||
github.com/disintegration/imaging v1.6.2
|
||||
github.com/fcjr/aia-transport-go v1.2.2
|
||||
github.com/gomodule/redigo v1.8.9
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
|
||||
github.com/muesli/smartcrop v0.3.0
|
||||
github.com/peterbourgon/diskv v0.0.0-20171120014656-2973218375c3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue