2021-09-30 16:23:30 +02:00
|
|
|
module github.com/imgproxy/imgproxy/v3
|
2019-04-09 17:55:15 +02:00
|
|
|
|
2021-11-15 11:37:56 +02:00
|
|
|
go 1.16
|
2019-04-09 17:55:15 +02:00
|
|
|
|
|
|
|
require (
|
2022-04-07 19:32:51 +02:00
|
|
|
cloud.google.com/go/storage v1.22.0
|
2021-11-11 12:25:01 +02:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.14.0
|
2022-02-21 14:17:27 +02:00
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
2021-11-11 12:25:01 +02:00
|
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
2022-02-21 14:17:27 +02:00
|
|
|
github.com/airbrake/gobrake/v5 v5.3.0
|
2022-04-06 13:44:49 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.43.33
|
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-04-07 19:32:51 +02:00
|
|
|
github.com/fsouza/fake-gcs-server v1.37.10-0.20220407170115-d717316ed8a8
|
2022-03-14 14:34:45 +02:00
|
|
|
github.com/getsentry/sentry-go v0.13.0
|
2021-11-11 12:25:01 +02:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2019-10-18 11:32:57 +02:00
|
|
|
github.com/honeybadger-io/honeybadger-go v0.5.0
|
2022-04-06 13:44:49 +02:00
|
|
|
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20220405231054-a1ae3e4bba26 // indirect
|
2022-04-07 19:32:51 +02:00
|
|
|
github.com/johannesboyne/gofakes3 v0.0.0-20220314170512-33c13122505e
|
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
|
2021-12-08 09:44:54 +02:00
|
|
|
github.com/newrelic/go-agent/v3 v3.15.2
|
2022-02-21 14:17:27 +02:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
2021-04-26 14:41:24 +02:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2022-03-17 11:44:26 +02:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2022-04-06 13:44:49 +02:00
|
|
|
go.uber.org/automaxprocs v1.5.0
|
2022-03-21 11:45:30 +02:00
|
|
|
golang.org/x/image v0.0.0-20220321031419-a8550c1d254a
|
2022-04-06 13:44:49 +02:00
|
|
|
golang.org/x/net v0.0.0-20220403103023-749bd193bc2b
|
|
|
|
golang.org/x/sys v0.0.0-20220405210540-1e041c57c461
|
2021-11-11 12:25:01 +02:00
|
|
|
golang.org/x/text v0.3.7
|
2022-04-06 13:44:49 +02:00
|
|
|
google.golang.org/api v0.74.0
|
|
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.37.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
|
2022-04-06 13:00:19 +02:00
|
|
|
|
|
|
|
replace github.com/go-chi/chi/v4 => github.com/go-chi/chi v4.0.0+incompatible
|