willnorris / imageproxy

A caching, resizing image proxy written in Go
Apache License 2.0
3.56k stars 484 forks source link

migrate off of github.com/Azure/azure-sdk-for-go/storage #335

Open willnorris opened 2 years ago

willnorris commented 2 years ago

for caching on azure storage, we use github.com/PaulARoy/azurestoragecache which in turn uses github.com/Azure/azure-sdk-for-go/storage. That azure package is deprecated, being replaced by github.com/Azure/azure-sdk-for-go/sdk/storage/azblob.