mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
c3ad89d3d2
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.28.0 to 1.28.9. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.28.0...v1.28.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
32 lines
1.3 KiB
Modula-2
32 lines
1.3 KiB
Modula-2
module github.com/imgproxy/imgproxy
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.5.0
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
|
github.com/aws/aws-sdk-go v1.28.9
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/bugsnag/bugsnag-go v1.5.3
|
|
github.com/bugsnag/panicwrap v1.2.0 // indirect
|
|
github.com/getsentry/sentry-go v0.4.0
|
|
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
|
|
github.com/honeybadger-io/honeybadger-go v0.5.0
|
|
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
|
|
github.com/matoous/go-nanoid v0.0.0-20181114085210-eab626deece6
|
|
github.com/newrelic/go-agent v2.16.3+incompatible
|
|
github.com/prometheus/client_golang v0.9.4
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
|
|
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
|
golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8
|
|
google.golang.org/api v0.15.0
|
|
)
|
|
|
|
replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999
|