mirror of
https://github.com/willnorris/imageproxy.git
synced 2024-12-16 21:56:43 -05:00
9c3cbc1733
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.
12 lines
188 B
Text
12 lines
188 B
Text
build
|
|
.goxc.local.json
|
|
*.test
|
|
|
|
vendor/**/.travis.yml
|
|
vendor/**/.gitignore
|
|
vendor/**/.goxc.json
|
|
vendor/**/AUTHORS
|
|
vendor/**/CONTRIBUTORS
|
|
vendor/**/Makefile
|
|
vendor/**/*_ZH.md
|
|
vendor/**/*.sh
|