0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-30 22:34:18 -05:00
Commit graph

9 commits

Author SHA1 Message Date
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
Will Norris
bc59afcf2a vendor: remove unused file like shell scripts 2018-09-15 07:24:24 +00:00
Will Norris
1933f5bf1c update all vendored dependencies 2018-02-02 10:23:34 +00:00
Will Norris
20c0a50a31 vendor: add github.com/muesli/smartcrop and deps 2017-09-27 00:35:00 +00:00
Will Norris
9654679655 vendor: remove unused packages 2017-09-12 04:47:38 +00:00
Will Norris
0fe3656939 vendor: add github.com/diegomarangoni/gcscache
also include all transitive dependencies of gcscache, which seems to
bring in the entire world of Google Cloud Platform.
2017-09-01 20:46:05 +00:00
Will Norris
b5984d2822 update all downstream dependencies
no specific features I'm looking to add, just keeping thing up to date.
Unit tests and my manual testing seems like everything is still working
as expected.
2017-06-01 08:37:07 -07:00
Will Norris
17f19d612f vendor golang.org/x/image/webp and supporting libs 2017-06-01 08:32:26 -07:00
Will Norris
69a7ccce71 vendor: add all of our dependencies 2015-11-26 12:41:45 -08:00