2020-02-27 18:30:31 +02:00
|
|
|
module github.com/imgproxy/imgproxy/v2
|
2019-04-09 17:55:15 +02:00
|
|
|
|
2020-12-24 16:07:39 +02:00
|
|
|
go 1.13
|
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-05-17 12:27:45 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.38.40
|
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-02-25 17:31:44 +02:00
|
|
|
github.com/getsentry/sentry-go v0.10.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-05-17 12:06:16 +02:00
|
|
|
github.com/newrelic/go-agent/v3 v3.12.0
|
2021-03-23 11:37:25 +02:00
|
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
2021-04-26 15:02:52 +02:00
|
|
|
github.com/prometheus/client_golang v1.10.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
|
|
|
|
golang.org/x/sys v0.0.0-20210503080704-8803ae5d1324
|
2021-04-26 14:41:55 +02:00
|
|
|
golang.org/x/text v0.3.6
|
2021-05-17 12:08:06 +02:00
|
|
|
google.golang.org/api v0.46.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
|