change envy package to avoid replace directive

This commit is contained in:
Will Norris 2021-10-12 20:26:12 -07:00 committed by GitHub
parent 5f85069fde
commit 66818a786d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 8 deletions

View file

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