2020-02-27 22:30:31 +06:00
|
|
|
module github.com/imgproxy/imgproxy/v2
|
2019-04-09 21:55:15 +06:00
|
|
|
|
2019-09-16 16:58:29 +06:00
|
|
|
go 1.11
|
2019-04-09 21:55:15 +06:00
|
|
|
|
|
|
|
require (
|
2020-03-16 15:13:17 +06:00
|
|
|
cloud.google.com/go/storage v1.6.0
|
2019-04-09 21:55:15 +06:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
2020-04-07 17:58:28 +06:00
|
|
|
github.com/aws/aws-sdk-go v1.30.4
|
2019-04-09 21:55:15 +06:00
|
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
2019-10-18 15:31:46 +06:00
|
|
|
github.com/bugsnag/bugsnag-go v1.5.3
|
2019-04-09 21:55:15 +06:00
|
|
|
github.com/bugsnag/panicwrap v1.2.0 // indirect
|
2020-02-13 17:39:36 +06:00
|
|
|
github.com/getsentry/sentry-go v0.5.1
|
2019-04-09 21:55:15 +06:00
|
|
|
github.com/go-ole/go-ole v1.2.2 // indirect
|
|
|
|
github.com/gofrs/uuid v3.2.0+incompatible // indirect
|
|
|
|
github.com/google/uuid v1.1.0 // indirect
|
2019-10-18 15:32:57 +06:00
|
|
|
github.com/honeybadger-io/honeybadger-go v0.5.0
|
2019-04-09 21:55:15 +06:00
|
|
|
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
|
2020-02-27 22:10:49 +06:00
|
|
|
github.com/matoous/go-nanoid v1.1.1-0.20200226125206-b0a1054fe39d
|
2019-12-25 14:52:28 +06:00
|
|
|
github.com/newrelic/go-agent v2.16.3+incompatible
|
2019-10-15 19:56:35 +06:00
|
|
|
github.com/prometheus/client_golang v0.9.4
|
2020-04-07 17:58:42 +06:00
|
|
|
github.com/sirupsen/logrus v1.5.0
|
2020-03-16 15:10:25 +06:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2019-10-15 20:25:55 +06:00
|
|
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
|
2020-03-16 15:17:59 +06:00
|
|
|
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0
|
2020-01-13 20:11:29 +06:00
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2020-03-16 15:17:59 +06:00
|
|
|
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae
|
2020-04-07 17:58:13 +06:00
|
|
|
google.golang.org/api v0.21.0
|
2019-04-09 21:55:15 +06:00
|
|
|
)
|
2019-09-16 16:08:38 +06:00
|
|
|
|
|
|
|
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
|