-
- Downloads
Update github.com/nfnt/resize commit hash to 83c6a99
parent
63002dfa
No related branches found
No related tags found
Showing
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 2 additions, 0 deletionsgo.sum
- vendor/github.com/nfnt/resize/.travis.yml 4 additions, 4 deletionsvendor/github.com/nfnt/resize/.travis.yml
- vendor/github.com/nfnt/resize/README.md 2 additions, 0 deletionsvendor/github.com/nfnt/resize/README.md
- vendor/github.com/nfnt/resize/resize.go 6 additions, 0 deletionsvendor/github.com/nfnt/resize/resize.go
- vendor/github.com/nfnt/resize/ycc.go 275 additions, 115 deletionsvendor/github.com/nfnt/resize/ycc.go
- vendor/modules.txt 1 addition, 1 deletionvendor/modules.txt
... | @@ -11,7 +11,7 @@ require ( | ... | @@ -11,7 +11,7 @@ require ( |
github.com/google/subcommands v1.2.0 | github.com/google/subcommands v1.2.0 | ||
github.com/gorilla/mux v1.6.3-0.20181030152528-3d80bc801bb0 | github.com/gorilla/mux v1.6.3-0.20181030152528-3d80bc801bb0 | ||
github.com/meskio/epubgo v0.0.0-20160213181628-90dd5d78197f | github.com/meskio/epubgo v0.0.0-20160213181628-90dd5d78197f | ||
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5 | github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 | ||
github.com/syndtr/goleveldb v1.0.1-0.20190625010220-02440ea7a285 | github.com/syndtr/goleveldb v1.0.1-0.20190625010220-02440ea7a285 | ||
github.com/tinylib/msgp v1.1.5 // indirect | github.com/tinylib/msgp v1.1.5 // indirect | ||
github.com/willf/bitset v1.1.11 // indirect | github.com/willf/bitset v1.1.11 // indirect | ||
... | ... |
Please register or sign in to comment