mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-16 21:56:43 -05:00
2d534353f5
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.7.1 to 1.9.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.7.1...v1.9.0) Signed-off-by: dependabot[bot] <support@github.com>
33 lines
1.4 KiB
Modula-2
33 lines
1.4 KiB
Modula-2
module willnorris.com/go/imageproxy
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.12.0
|
|
github.com/Azure/azure-sdk-for-go v46.1.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest v0.11.5 // indirect
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.3 // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
github.com/PaulARoy/azurestoragecache v0.0.0-20170906084534-3c249a3ba788
|
|
github.com/aws/aws-sdk-go v1.36.26
|
|
github.com/die-net/lrucache v0.0.0-20190707192454-883874fe3947
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/dnaeon/go-vcr v1.0.1 // indirect
|
|
github.com/fcjr/aia-transport-go v1.2.1
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
|
|
github.com/jamiealquiza/envy v1.1.0
|
|
github.com/muesli/smartcrop v0.3.0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
|
|
github.com/peterbourgon/diskv v0.0.0-20171120014656-2973218375c3
|
|
github.com/prometheus/client_golang v1.9.0
|
|
github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd
|
|
github.com/satori/go.uuid v0.0.0-20180103174451-36e9d2ebbde5 // indirect
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
|
|
golang.org/x/image v0.0.0-20200801110659-972c09e46d76
|
|
willnorris.com/go/gifresize v1.0.0
|
|
)
|
|
|
|
// local copy of envy package without cobra support
|
|
replace github.com/jamiealquiza/envy => ./third_party/envy
|
|
|
|
go 1.13
|