dependabot[bot]
c2e0ac1208
Bump github.com/aws/aws-sdk-go from 1.34.20 to 1.36.26
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.34.20 to 1.36.26.
- [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.34.20...v1.36.26 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-13 16:31:23 -08:00
dependabot[bot]
2afbc71f37
Bump cloud.google.com/go/storage from 1.11.0 to 1.12.0
...
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go ) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases )
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/master/CHANGES.md )
- [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.11.0...spanner/v1.12.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-13 13:12:07 -08:00
Blake Stoddard
fd43ff2198
Support proxying images with no provided intermediate cert ( #241 )
...
Replace http.DefaultTransport with aia-transport-go to properly handle missing intermediate certs
2020-09-10 01:52:43 -07:00
Will Norris
32a8bea35f
switch to supported version of redigo package
...
fixes #244
2020-09-10 00:53:51 -07:00
Will Norris
6126c92bb5
cleanup unused module entries
2020-09-10 00:53:01 -07:00
Will Norris
d6e0ad0f93
update go dependencies
2020-09-09 15:47:38 -07:00
Will Norris
3589510f2c
use gorilla/mux for routing requests
...
Thanks to @Fieldistor for the reminder that gorilla/mux allows you to
disable cleaning request URLs, which was causing problems with signature
verification for some URLs.
Fixes #215
Fixes #212
2020-04-02 22:29:10 +00:00
Ben Haan
8484518c93
add basic prometheus support
...
Fixes #121
2020-02-24 08:27:30 -08:00
Will Norris
785c5bddd6
go.mod: group replacements into a single block
2019-09-07 21:41:14 +00:00
Will Norris
bee1a2766a
go.mod: fix module replacement to build with go1.13
...
- fix timestamp for github.com/golang/lint
- move one commit ahead of v0.12.0 for github.com/apache/thrift
2019-09-07 21:38:41 +00:00
Abdullah Saleem
57a4d4671e
Fixes #190 thrift dependency issue
2019-09-02 23:03:06 +00:00
Bastian Winkler
ec7166cc7a
modules: update goexif dependency
...
See https://github.com/rwcarlsen/goexif/issues/73 reasons
2019-08-11 07:51:15 -07:00
Will Norris
50e0d1104d
allow using environment vars for configuration
...
fixes #151
2019-06-09 21:11:01 +00:00
Will Norris
a27bf242c0
update all dependencies to latest versions
2019-03-22 19:39:05 +00:00
Will Norris
969ce986d2
update to latest version of the smartcrop package
...
Fixes #172
2019-03-22 19:17:22 +00:00
Will Norris
e3dff050fb
update to recent aws package with mod support
2018-09-15 07:56:49 +00:00
Will Norris
9c3cbc1733
switch to use go module support
...
versions of all dependencies remain the same, but now use `go mod` to
manage them rather than govendor. This does result in a few extra files
being checked in, since govendor would ignore non-build files and go mod
does not.
2018-09-15 07:56:49 +00:00