mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-25 12:56:23 +02:00
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. |
||
|---|---|---|
| .. | ||
| exif.go | ||
| fields.go | ||
| README.md | ||
| regen_regress.go | ||
| sample1.jpg | ||
To regenerate the regression test data, run go generate inside the exif
package directory and commit the changes to regress_expected_test.go.