2019-04-09 17:55:15 +02:00
|
|
|
module github.com/imgproxy/imgproxy
|
|
|
|
|
2019-09-16 12:58:29 +02:00
|
|
|
go 1.11
|
2019-04-09 17:55:15 +02:00
|
|
|
|
|
|
|
require (
|
2019-10-15 16:25:55 +02:00
|
|
|
cloud.google.com/go v0.47.0 // indirect
|
|
|
|
cloud.google.com/go/storage v1.0.0
|
2019-04-09 17:55:15 +02:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
2019-10-15 15:41:18 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.25.12
|
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
|
|
|
|
github.com/bugsnag/bugsnag-go v1.4.0
|
|
|
|
github.com/bugsnag/panicwrap v1.2.0 // indirect
|
2019-08-19 14:05:57 +02:00
|
|
|
github.com/getsentry/sentry-go v0.2.1
|
2019-04-09 17:55:15 +02: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
|
|
|
|
github.com/honeybadger-io/honeybadger-go v0.4.0
|
|
|
|
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
|
|
|
|
github.com/matoous/go-nanoid v0.0.0-20181114085210-eab626deece6
|
2019-10-15 16:12:44 +02:00
|
|
|
github.com/newrelic/go-agent v2.14.0+incompatible
|
2019-04-09 17:55:15 +02:00
|
|
|
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 // indirect
|
2019-10-15 15:56:35 +02:00
|
|
|
github.com/prometheus/client_golang v0.9.4
|
2019-04-09 17:55:15 +02:00
|
|
|
github.com/shirou/gopsutil v2.18.12+incompatible // indirect
|
2019-09-16 11:53:45 +02:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2019-10-15 16:32:56 +02:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-10-15 16:25:55 +02:00
|
|
|
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
|
|
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
|
|
golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0
|
|
|
|
google.golang.org/api v0.9.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
|