mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-26 13:26:23 +02:00
change envy package to avoid replace directive
This commit is contained in:
parent
5f85069fde
commit
66818a786d
3 changed files with 1 additions and 8 deletions
|
|
@ -23,11 +23,11 @@ import (
|
|||
"github.com/gorilla/mux"
|
||||
"github.com/gregjones/httpcache/diskcache"
|
||||
rediscache "github.com/gregjones/httpcache/redis"
|
||||
"github.com/jamiealquiza/envy"
|
||||
"github.com/peterbourgon/diskv"
|
||||
"willnorris.com/go/imageproxy"
|
||||
"willnorris.com/go/imageproxy/internal/gcscache"
|
||||
"willnorris.com/go/imageproxy/internal/s3cache"
|
||||
"willnorris.com/go/imageproxy/third_party/envy"
|
||||
)
|
||||
|
||||
const defaultMemorySize = 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue