1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00
imgproxy/go.mod
Svyatoslav Kryukov 88975f3810 Datadog tracing
2021-03-23 17:08:02 +06:00

39 lines
1.6 KiB
Modula-2

module github.com/imgproxy/imgproxy/v2
go 1.13
require (
cloud.google.com/go/storage v1.13.0
github.com/Azure/azure-storage-blob-go v0.13.0
github.com/Microsoft/go-winio v0.4.16 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/aws/aws-sdk-go v1.37.20
github.com/benesch/cgosymbolizer v0.0.0-20190515212042-bec6fe6e597b
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.9.0
github.com/bugsnag/panicwrap v1.2.2 // indirect
github.com/getsentry/sentry-go v0.10.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/honeybadger-io/honeybadger-go v0.5.0
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20201204192058-7acc97e53614 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/matoous/go-nanoid/v2 v2.0.0
github.com/newrelic/go-agent/v3 v3.10.0
github.com/philhofer/fwd v1.1.1 // indirect
github.com/prometheus/client_golang v1.9.0
github.com/sirupsen/logrus v1.8.0
github.com/stretchr/testify v1.7.0
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-20210124154548-22da62e12c0c
golang.org/x/text v0.3.5
google.golang.org/api v0.40.0
gopkg.in/DataDog/dd-trace-go.v1 v1.29.1 // indirect
)
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