mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
5594d44b6d
Bumps [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/getsentry/sentry-go/releases) - [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-go/compare/v0.10.0...v0.11.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
1.2 KiB
Modula-2
32 lines
1.2 KiB
Modula-2
module github.com/imgproxy/imgproxy/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.15.0
|
|
github.com/Azure/azure-storage-blob-go v0.13.0
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/airbrake/gobrake/v5 v5.0.3
|
|
github.com/aws/aws-sdk-go v1.38.40
|
|
github.com/benesch/cgosymbolizer v0.0.0-20190515212042-bec6fe6e597b
|
|
github.com/bugsnag/bugsnag-go/v2 v2.1.1
|
|
github.com/getsentry/sentry-go v0.11.0
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/honeybadger-io/honeybadger-go v0.5.0
|
|
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20201204192058-7acc97e53614 // indirect
|
|
github.com/matoous/go-nanoid/v2 v2.0.0
|
|
github.com/newrelic/go-agent/v3 v3.12.0
|
|
github.com/prometheus/client_golang v1.10.0
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/image v0.0.0-20201208152932-35266b937fa6
|
|
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
|
|
golang.org/x/sys v0.0.0-20210503080704-8803ae5d1324
|
|
golang.org/x/text v0.3.6
|
|
google.golang.org/api v0.46.0
|
|
)
|
|
|
|
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
|
|
|
|
replace github.com/shirou/gopsutil => github.com/shirou/gopsutil v2.20.9+incompatible
|