2020-02-27 22:30:31 +06:00
|
|
|
module github.com/imgproxy/imgproxy/v2
|
2019-04-09 21:55:15 +06:00
|
|
|
|
2020-12-24 20:07:39 +06:00
|
|
|
go 1.13
|
2019-04-09 21:55:15 +06:00
|
|
|
|
|
|
|
require (
|
2020-12-24 16:18:55 +06:00
|
|
|
cloud.google.com/go/storage v1.12.0
|
2020-12-24 19:40:33 +06:00
|
|
|
github.com/Azure/azure-storage-blob-go v0.12.0
|
2020-06-09 22:11:41 +06:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
2020-12-24 19:26:30 +06:00
|
|
|
github.com/aws/aws-sdk-go v1.36.15
|
2020-11-11 22:13:02 +06:00
|
|
|
github.com/benesch/cgosymbolizer v0.0.0-20190515212042-bec6fe6e597b
|
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
|
2020-12-24 19:12:23 +06:00
|
|
|
github.com/bugsnag/bugsnag-go v1.8.0
|
2020-12-24 19:40:33 +06:00
|
|
|
github.com/bugsnag/panicwrap v1.2.2 // indirect
|
2020-12-24 19:12:36 +06:00
|
|
|
github.com/getsentry/sentry-go v0.9.0
|
2020-06-09 22:11:41 +06:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
|
|
github.com/gofrs/uuid v3.3.0+incompatible // indirect
|
2019-10-18 15:32:57 +06:00
|
|
|
github.com/honeybadger-io/honeybadger-go v0.5.0
|
2020-12-24 19:40:33 +06:00
|
|
|
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20201204192058-7acc97e53614 // indirect
|
2020-06-09 22:11:41 +06:00
|
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
2020-12-24 19:39:28 +06:00
|
|
|
github.com/matoous/go-nanoid/v2 v2.0.0
|
2020-11-18 21:59:44 +06:00
|
|
|
github.com/newrelic/go-agent/v3 v3.9.0
|
2020-12-24 19:34:01 +06:00
|
|
|
github.com/prometheus/client_golang v1.9.0
|
2020-12-24 16:19:46 +06:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-06-09 21:54:58 +06:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-12-24 19:40:33 +06:00
|
|
|
golang.org/x/image v0.0.0-20201208152932-35266b937fa6
|
|
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
|
|
|
golang.org/x/sys v0.0.0-20201223074533-0d417f636930
|
2020-12-24 19:11:56 +06:00
|
|
|
golang.org/x/text v0.3.4
|
2020-12-24 19:19:22 +06:00
|
|
|
google.golang.org/api v0.36.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
|
2020-11-19 21:22:30 +06:00
|
|
|
|
|
|
|
replace github.com/shirou/gopsutil => github.com/shirou/gopsutil v2.20.9+incompatible
|