go.mod: bump dependencies

This commit is contained in:
Will Norris 2023-01-31 20:08:51 -08:00
parent d95da8f749
commit 3b7abaf462
2 changed files with 98 additions and 34 deletions

21
go.mod
View file

@ -1,14 +1,17 @@
module willnorris.com/go/imageproxy
require (
cloud.google.com/go v0.106.0 // indirect
cloud.google.com/go/storage v1.28.0
cloud.google.com/go v0.109.0 // indirect
cloud.google.com/go/compute v1.18.0 // indirect
cloud.google.com/go/iam v0.10.0 // indirect
cloud.google.com/go/storage v1.29.0
github.com/Azure/azure-sdk-for-go v67.0.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/PaulARoy/azurestoragecache v0.0.0-20170906084534-3c249a3ba788
github.com/aws/aws-sdk-go v1.44.137
github.com/aws/aws-sdk-go v1.44.191
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/die-net/lrucache v0.0.0-20220628165024-20a71bc65bf1
github.com/disintegration/imaging v1.6.2
github.com/dnaeon/go-vcr v1.2.0 // indirect
@ -20,17 +23,19 @@ require (
github.com/google/btree v1.1.2 // indirect
github.com/gorilla/mux v1.8.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/muesli/smartcrop v0.3.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/peterbourgon/diskv v0.0.0-20171120014656-2973218375c3
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/common v0.39.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
golang.org/x/crypto v0.2.0 // indirect
golang.org/x/image v0.1.0
golang.org/x/oauth2 v0.2.0 // indirect
google.golang.org/api v0.103.0 // indirect
google.golang.org/genproto v0.0.0-20221111202108-142d8a6fa32e // indirect
golang.org/x/image v0.3.0
golang.org/x/oauth2 v0.4.0 // indirect
google.golang.org/api v0.109.0 // indirect
google.golang.org/genproto v0.0.0-20230131230820-1c016267d619 // indirect
google.golang.org/grpc v1.52.3 // indirect
willnorris.com/go/gifresize v1.0.0
)