2021-09-30 16:23:30 +02:00
|
|
|
module github.com/imgproxy/imgproxy/v3
|
2019-04-09 17:55:15 +02:00
|
|
|
|
2022-10-05 16:35:54 +02:00
|
|
|
go 1.18
|
2019-04-09 17:55:15 +02:00
|
|
|
|
|
|
|
require (
|
2022-10-05 16:35:54 +02:00
|
|
|
cloud.google.com/go/storage v1.27.0
|
2022-06-13 16:31:52 +02:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.15.0
|
2022-07-27 13:40:14 +02:00
|
|
|
github.com/DataDog/datadog-go/v5 v5.1.1
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/airbrake/gobrake/v5 v5.6.0
|
|
|
|
github.com/aws/aws-sdk-go v1.44.111
|
2020-11-11 18:13:02 +02:00
|
|
|
github.com/benesch/cgosymbolizer v0.0.0-20190515212042-bec6fe6e597b
|
2021-11-11 12:25:01 +02:00
|
|
|
github.com/bugsnag/bugsnag-go/v2 v2.1.2
|
2022-09-16 12:21:17 +02:00
|
|
|
github.com/felixge/httpsnoop v1.0.3
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/fsouza/fake-gcs-server v1.40.2
|
|
|
|
github.com/getsentry/sentry-go v0.14.0
|
2019-10-18 11:32:57 +02:00
|
|
|
github.com/honeybadger-io/honeybadger-go v0.5.0
|
2022-07-27 13:40:14 +02:00
|
|
|
github.com/johannesboyne/gofakes3 v0.0.0-20220627085814-c3ac35da23b2
|
2020-12-24 15:39:28 +02:00
|
|
|
github.com/matoous/go-nanoid/v2 v2.0.0
|
2022-04-06 13:00:19 +02:00
|
|
|
github.com/ncw/swift/v2 v2.0.1
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/newrelic/go-agent/v3 v3.19.2
|
2022-07-27 13:40:14 +02:00
|
|
|
github.com/newrelic/newrelic-telemetry-sdk-go v0.8.1
|
2022-08-22 13:16:25 +02:00
|
|
|
github.com/prometheus/client_golang v1.13.0
|
2022-07-27 13:40:14 +02:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
|
|
|
github.com/stretchr/testify v1.8.0
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/tdewolff/parse/v2 v2.6.4
|
2022-04-25 13:02:04 +02:00
|
|
|
github.com/trimmer-io/go-xmp v1.0.0
|
2022-10-06 11:08:23 +02:00
|
|
|
go.opentelemetry.io/contrib/detectors/aws/ec2 v1.10.0
|
|
|
|
go.opentelemetry.io/contrib/detectors/aws/ecs v1.10.0
|
|
|
|
go.opentelemetry.io/contrib/detectors/aws/eks v1.10.0
|
|
|
|
go.opentelemetry.io/contrib/propagators/autoprop v0.36.0
|
|
|
|
go.opentelemetry.io/contrib/propagators/aws v1.10.0
|
|
|
|
go.opentelemetry.io/otel v1.10.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.32.1
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.32.1
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.10.0
|
|
|
|
go.opentelemetry.io/otel/metric v0.32.1
|
|
|
|
go.opentelemetry.io/otel/sdk v1.10.0
|
|
|
|
go.opentelemetry.io/otel/sdk/metric v0.32.1
|
|
|
|
go.opentelemetry.io/otel/trace v1.10.0
|
2022-04-25 13:02:04 +02:00
|
|
|
go.uber.org/automaxprocs v1.5.1
|
2022-10-05 16:35:54 +02:00
|
|
|
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
|
|
|
|
golang.org/x/net v0.0.0-20221004154528-8021a29435af
|
|
|
|
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
|
|
|
|
google.golang.org/api v0.98.0
|
2022-10-06 11:08:23 +02:00
|
|
|
google.golang.org/grpc v1.49.0
|
2022-10-05 16:35:54 +02:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.42.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
cloud.google.com/go v0.104.0 // indirect
|
|
|
|
cloud.google.com/go/compute v1.10.0 // indirect
|
|
|
|
cloud.google.com/go/iam v0.5.0 // indirect
|
|
|
|
cloud.google.com/go/pubsub v1.25.1 // indirect
|
|
|
|
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
|
|
|
|
github.com/DataDog/datadog-agent/pkg/obfuscate v0.39.0 // indirect
|
|
|
|
github.com/DataDog/sketches-go v1.4.1 // indirect
|
|
|
|
github.com/Microsoft/go-winio v0.6.0 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
|
|
|
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
|
|
github.com/alexbrainman/goissue34681 v0.0.0-20191006012335-3fc7a47baff5 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/bugsnag/panicwrap v1.3.4 // indirect
|
|
|
|
github.com/caio/go-tdigest v3.1.0+incompatible // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
|
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
github.com/go-openapi/jsonpointer v0.19.5 // indirect
|
|
|
|
github.com/go-openapi/jsonreference v0.19.5 // indirect
|
|
|
|
github.com/go-openapi/swag v0.19.14 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/gofrs/uuid v4.3.0+incompatible // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
github.com/google/gnostic v0.5.7-v3refs // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
|
|
|
|
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
|
|
|
|
github.com/gorilla/handlers v1.5.1 // indirect
|
|
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20220405231054-a1ae3e4bba26 // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
github.com/jonboulle/clockwork v0.3.0 // indirect
|
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
|
|
github.com/mattn/go-ieproxy v0.0.9 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
github.com/pborman/uuid v1.2.1 // indirect
|
|
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
github.com/pkg/xattr v0.4.9 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
|
|
|
github.com/ryszard/goskiplist v0.0.0-20150312221310-2dfbae5fcf46 // indirect
|
|
|
|
github.com/shabbyrobe/gocovmerge v0.0.0-20190829150210-3e036491d500 // indirect
|
|
|
|
github.com/shirou/gopsutil v3.21.11+incompatible // indirect
|
|
|
|
github.com/tinylib/msgp v1.1.6 // indirect
|
|
|
|
go.opencensus.io v0.23.0 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
go.opentelemetry.io/contrib/propagators/b3 v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/propagators/jaeger v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/propagators/ot v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.32.1 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
|
|
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1 // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
|
|
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20220930163606-c98284e70a91 // indirect
|
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-10-05 16:35:54 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-10-06 11:08:23 +02:00
|
|
|
k8s.io/api v0.24.3 // indirect
|
|
|
|
k8s.io/apimachinery v0.24.3 // indirect
|
|
|
|
k8s.io/client-go v0.24.3 // indirect
|
|
|
|
k8s.io/klog/v2 v2.60.1 // indirect
|
|
|
|
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
|
|
|
|
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
|
|
|
|
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
|
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
|
|
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
2019-04-09 17:55:15 +02:00
|
|
|
)
|
2019-09-16 12:08:38 +02:00
|
|
|
|
|
|
|
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
|
2020-11-19 17:22:30 +02:00
|
|
|
|
|
|
|
replace github.com/shirou/gopsutil => github.com/shirou/gopsutil v2.20.9+incompatible
|
2022-04-06 13:00:19 +02:00
|
|
|
|
|
|
|
replace github.com/go-chi/chi/v4 => github.com/go-chi/chi v4.0.0+incompatible
|