2020-02-27 18:30:31 +02:00
|
|
|
module github.com/imgproxy/imgproxy/v2
|
2019-04-09 17:55:15 +02:00
|
|
|
|
2019-09-16 12:58:29 +02:00
|
|
|
go 1.11
|
2019-04-09 17:55:15 +02:00
|
|
|
|
|
|
|
require (
|
2020-07-10 11:56:25 +02:00
|
|
|
cloud.google.com/go/storage v1.10.0
|
2020-11-19 16:47:18 +02:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.11.0
|
2020-06-09 18:11:41 +02:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2020-08-12 14:58:21 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.34.0
|
2020-11-11 18:13:02 +02:00
|
|
|
github.com/benesch/cgosymbolizer v0.0.0-20190515212042-bec6fe6e597b
|
2019-04-09 17:55:15 +02:00
|
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
2019-10-18 11:31:46 +02:00
|
|
|
github.com/bugsnag/bugsnag-go v1.5.3
|
2019-04-09 17:55:15 +02:00
|
|
|
github.com/bugsnag/panicwrap v1.2.0 // indirect
|
2020-08-12 14:57:54 +02:00
|
|
|
github.com/getsentry/sentry-go v0.7.0
|
2020-06-09 18:11:41 +02:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
|
|
github.com/gofrs/uuid v3.3.0+incompatible // indirect
|
|
|
|
github.com/google/uuid v1.1.1 // indirect
|
2019-10-18 11:32:57 +02:00
|
|
|
github.com/honeybadger-io/honeybadger-go v0.5.0
|
2020-11-11 18:13:02 +02:00
|
|
|
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20200424224625-be1b05b0b279 // indirect
|
2020-06-09 18:11:41 +02:00
|
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
|
|
|
github.com/matoous/go-nanoid v1.4.1
|
2020-11-18 17:59:44 +02:00
|
|
|
github.com/newrelic/go-agent/v3 v3.9.0
|
2020-07-10 12:02:35 +02:00
|
|
|
github.com/prometheus/client_golang v1.7.1
|
2020-06-09 17:49:50 +02:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-06-09 17:54:58 +02:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-06-09 18:11:41 +02:00
|
|
|
golang.org/x/image v0.0.0-20200609002522-3f4726a040e8
|
2020-08-12 14:58:09 +02:00
|
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
2020-11-19 16:47:18 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200828194041-157a740278f4
|
2020-11-11 18:13:48 +02:00
|
|
|
golang.org/x/text v0.3.3
|
2020-08-12 14:58:09 +02:00
|
|
|
google.golang.org/api v0.30.0
|
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
|