2018-09-15 02:38:09 -05:00
|
|
|
module willnorris.com/go/imageproxy
|
|
|
|
|
2023-01-31 23:23:50 -05:00
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
|
|
|
cloud.google.com/go/storage v1.29.0
|
|
|
|
github.com/PaulARoy/azurestoragecache v0.0.0-20170906084534-3c249a3ba788
|
|
|
|
github.com/aws/aws-sdk-go v1.44.191
|
|
|
|
github.com/die-net/lrucache v0.0.0-20220628165024-20a71bc65bf1
|
|
|
|
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
|
|
|
|
github.com/prometheus/client_golang v1.14.0
|
|
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
|
2023-02-17 09:45:00 -05:00
|
|
|
golang.org/x/image v0.5.0
|
2023-01-31 23:23:50 -05:00
|
|
|
willnorris.com/go/gifresize v1.0.0
|
|
|
|
)
|
|
|
|
|
2018-09-15 02:38:09 -05:00
|
|
|
require (
|
2023-01-31 23:08:51 -05:00
|
|
|
cloud.google.com/go v0.109.0 // indirect
|
|
|
|
cloud.google.com/go/compute v1.18.0 // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
2023-01-31 23:08:51 -05:00
|
|
|
cloud.google.com/go/iam v0.10.0 // indirect
|
2022-11-14 14:58:59 -05:00
|
|
|
github.com/Azure/azure-sdk-for-go v67.0.0+incompatible // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
2022-11-14 14:58:59 -05:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.28 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.21 // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
2020-09-10 02:53:01 -05:00
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-01-31 23:08:51 -05:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2021-06-23 13:40:07 -05:00
|
|
|
github.com/dnaeon/go-vcr v1.2.0 // indirect
|
2022-11-14 14:58:59 -05:00
|
|
|
github.com/gofrs/uuid v4.3.1+incompatible // indirect
|
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
|
2022-02-16 14:00:53 -05:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-11-14 14:58:59 -05:00
|
|
|
github.com/google/btree v1.1.2 // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.1 // indirect
|
|
|
|
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2019-03-22 14:39:05 -05:00
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
2023-01-31 23:08:51 -05:00
|
|
|
github.com/prometheus/common v0.39.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2022-11-14 14:58:59 -05:00
|
|
|
golang.org/x/crypto v0.2.0 // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
golang.org/x/net v0.5.0 // indirect
|
2023-01-31 23:08:51 -05:00
|
|
|
golang.org/x/oauth2 v0.4.0 // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
golang.org/x/sys v0.4.0 // indirect
|
2023-02-17 09:45:00 -05:00
|
|
|
golang.org/x/text v0.7.0 // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
2023-01-31 23:08:51 -05:00
|
|
|
google.golang.org/api v0.109.0 // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2023-01-31 23:08:51 -05:00
|
|
|
google.golang.org/genproto v0.0.0-20230131230820-1c016267d619 // indirect
|
|
|
|
google.golang.org/grpc v1.52.3 // indirect
|
2023-01-31 23:23:50 -05:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2018-09-15 02:38:09 -05:00
|
|
|
)
|