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:
Will Norris 2023-11-13 15:15:55 -08:00
parent da55ecefd3
commit ef50c1f9a6
3 changed files with 2 additions and 56 deletions

1
go.mod
View file

@ -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