2021-09-30 16:23:30 +02:00
|
|
|
module github.com/imgproxy/imgproxy/v3
|
2019-04-09 17:55:15 +02:00
|
|
|
|
2021-09-30 16:23:30 +02:00
|
|
|
go 1.15
|
2019-04-09 17:55:15 +02:00
|
|
|
|
|
|
|
require (
|
2021-04-26 16:36:55 +02:00
|
|
|
cloud.google.com/go/storage v1.15.0
|
2021-02-25 16:48:30 +02:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.13.0
|
2021-03-23 11:37:25 +02:00
|
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
2020-06-09 18:11:41 +02:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2021-05-17 12:05:22 +02:00
|
|
|
github.com/airbrake/gobrake/v5 v5.0.3
|
2021-06-23 13:22:54 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.38.65
|
2020-11-11 18:13:02 +02:00
|
|
|
github.com/benesch/cgosymbolizer v0.0.0-20190515212042-bec6fe6e597b
|
2021-04-26 15:02:52 +02:00
|
|
|
github.com/bugsnag/bugsnag-go/v2 v2.1.1
|
2021-06-23 11:52:53 +02:00
|
|
|
github.com/getsentry/sentry-go v0.11.0
|
2020-06-09 18:11:41 +02:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2019-10-18 11:32:57 +02:00
|
|
|
github.com/honeybadger-io/honeybadger-go v0.5.0
|
2020-12-24 15:40:33 +02:00
|
|
|
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20201204192058-7acc97e53614 // indirect
|
2020-12-24 15:39:28 +02:00
|
|
|
github.com/matoous/go-nanoid/v2 v2.0.0
|
2021-06-23 11:53:18 +02:00
|
|
|
github.com/newrelic/go-agent/v3 v3.13.0
|
2021-06-28 11:54:02 +02:00
|
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
2021-03-23 11:37:25 +02:00
|
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
2021-06-23 12:22:25 +02:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
2021-04-26 14:41:24 +02:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-02-25 18:12:16 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-12-24 15:40:33 +02:00
|
|
|
golang.org/x/image v0.0.0-20201208152932-35266b937fa6
|
2021-05-17 12:08:06 +02:00
|
|
|
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
|
2021-06-23 11:53:06 +02:00
|
|
|
golang.org/x/sys v0.0.0-20210603125802-9665404d3644
|
2021-04-26 14:41:55 +02:00
|
|
|
golang.org/x/text v0.3.6
|
2021-06-23 11:53:06 +02:00
|
|
|
google.golang.org/api v0.48.0
|
2021-05-17 14:25:04 +02:00
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.29.1
|
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
|