|
1 | 1 | module willnorris.com/go/imageproxy |
2 | 2 |
|
3 | 3 | require ( |
4 | | - cloud.google.com/go v0.76.0 // indirect |
5 | | - cloud.google.com/go/storage v1.13.0 |
6 | | - github.com/Azure/azure-sdk-for-go v51.1.0+incompatible // indirect |
7 | | - github.com/Azure/go-autorest/autorest v0.11.18 // indirect |
8 | | - github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect |
| 4 | + cloud.google.com/go/storage v1.57.1 |
9 | 5 | github.com/PaulARoy/azurestoragecache v0.0.0-20170906084534-3c249a3ba788 |
10 | 6 | github.com/aws/aws-sdk-go v1.37.10 |
11 | 7 | github.com/die-net/lrucache v0.0.0-20190707192454-883874fe3947 |
12 | 8 | github.com/disintegration/imaging v1.6.2 |
13 | | - github.com/dnaeon/go-vcr v1.0.1 // indirect |
14 | 9 | github.com/fcjr/aia-transport-go v1.2.1 |
15 | 10 | github.com/gomodule/redigo v2.0.0+incompatible |
16 | 11 | github.com/gorilla/mux v1.8.0 |
17 | 12 | github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 |
18 | 13 | github.com/jamiealquiza/envy v1.1.0 |
19 | 14 | github.com/muesli/smartcrop v0.3.0 |
20 | | - github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect |
21 | 15 | github.com/peterbourgon/diskv v0.0.0-20171120014656-2973218375c3 |
22 | 16 | github.com/prometheus/client_golang v1.9.0 |
23 | | - github.com/prometheus/procfs v0.6.0 // indirect |
24 | 17 | github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd |
25 | | - github.com/satori/go.uuid v0.0.0-20180103174451-36e9d2ebbde5 // indirect |
26 | | - go.opencensus.io v0.22.6 // indirect |
27 | | - golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect |
28 | | - golang.org/x/image v0.0.0-20201208152932-35266b937fa6 |
29 | | - golang.org/x/oauth2 v0.0.0-20210210192628-66670185b0cd // indirect |
30 | | - google.golang.org/api v0.39.0 // indirect |
31 | | - google.golang.org/genproto v0.0.0-20210211154401-3a9a48ddfd6c // indirect |
| 18 | + golang.org/x/image v0.0.0-20220302094943-723b81ca9867 |
32 | 19 | willnorris.com/go/gifresize v1.0.0 |
33 | 20 | ) |
34 | 21 |
|
| 22 | +require ( |
| 23 | + cel.dev/expr v0.24.0 // indirect |
| 24 | + cloud.google.com/go v0.121.6 // indirect |
| 25 | + cloud.google.com/go/auth v0.16.5 // indirect |
| 26 | + cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect |
| 27 | + cloud.google.com/go/compute/metadata v0.8.0 // indirect |
| 28 | + cloud.google.com/go/iam v1.5.2 // indirect |
| 29 | + cloud.google.com/go/monitoring v1.24.2 // indirect |
| 30 | + github.com/Azure/azure-sdk-for-go v51.1.0+incompatible // indirect |
| 31 | + github.com/Azure/go-autorest v14.2.0+incompatible // indirect |
| 32 | + github.com/Azure/go-autorest/autorest v0.11.18 // indirect |
| 33 | + github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect |
| 34 | + github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect |
| 35 | + github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect |
| 36 | + github.com/Azure/go-autorest/logger v0.2.1 // indirect |
| 37 | + github.com/Azure/go-autorest/tracing v0.6.0 // indirect |
| 38 | + github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect |
| 39 | + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect |
| 40 | + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect |
| 41 | + github.com/beorn7/perks v1.0.1 // indirect |
| 42 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
| 43 | + github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect |
| 44 | + github.com/dnaeon/go-vcr v1.0.1 // indirect |
| 45 | + github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect |
| 46 | + github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect |
| 47 | + github.com/felixge/httpsnoop v1.0.4 // indirect |
| 48 | + github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect |
| 49 | + github.com/go-jose/go-jose/v4 v4.0.5 // indirect |
| 50 | + github.com/go-logr/logr v1.4.3 // indirect |
| 51 | + github.com/go-logr/stdr v1.2.2 // indirect |
| 52 | + github.com/golang/protobuf v1.5.4 // indirect |
| 53 | + github.com/google/btree v1.1.3 // indirect |
| 54 | + github.com/google/s2a-go v0.1.9 // indirect |
| 55 | + github.com/google/uuid v1.6.0 // indirect |
| 56 | + github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect |
| 57 | + github.com/googleapis/gax-go/v2 v2.15.0 // indirect |
| 58 | + github.com/jmespath/go-jmespath v0.4.0 // indirect |
| 59 | + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 60 | + github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect |
| 61 | + github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect |
| 62 | + github.com/prometheus/client_model v0.6.1 // indirect |
| 63 | + github.com/prometheus/common v0.15.0 // indirect |
| 64 | + github.com/prometheus/procfs v0.6.0 // indirect |
| 65 | + github.com/satori/go.uuid v0.0.0-20180103174451-36e9d2ebbde5 // indirect |
| 66 | + github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect |
| 67 | + github.com/zeebo/errs v1.4.0 // indirect |
| 68 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 69 | + go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect |
| 70 | + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect |
| 71 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect |
| 72 | + go.opentelemetry.io/otel v1.36.0 // indirect |
| 73 | + go.opentelemetry.io/otel/metric v1.36.0 // indirect |
| 74 | + go.opentelemetry.io/otel/sdk v1.36.0 // indirect |
| 75 | + go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect |
| 76 | + go.opentelemetry.io/otel/trace v1.36.0 // indirect |
| 77 | + golang.org/x/crypto v0.41.0 // indirect |
| 78 | + golang.org/x/net v0.43.0 // indirect |
| 79 | + golang.org/x/oauth2 v0.30.0 // indirect |
| 80 | + golang.org/x/sync v0.16.0 // indirect |
| 81 | + golang.org/x/sys v0.35.0 // indirect |
| 82 | + golang.org/x/text v0.28.0 // indirect |
| 83 | + golang.org/x/time v0.12.0 // indirect |
| 84 | + google.golang.org/api v0.247.0 // indirect |
| 85 | + google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect |
| 86 | + google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect |
| 87 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect |
| 88 | + google.golang.org/grpc v1.74.3 // indirect |
| 89 | + google.golang.org/protobuf v1.36.7 // indirect |
| 90 | +) |
| 91 | + |
35 | 92 | // local copy of envy package without cobra support |
36 | 93 | replace github.com/jamiealquiza/envy => ./third_party/envy |
37 | 94 |
|
38 | | -go 1.13 |
| 95 | +go 1.24.0 |
0 commit comments