-
- 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 ( |
github.com/google/subcommands v1.2.0 | ||
github.com/gorilla/mux v1.6.3-0.20181030152528-3d80bc801bb0 | ||
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/tinylib/msgp v1.1.5 // indirect | ||
github.com/willf/bitset v1.1.11 // indirect | ||
... | ... |
... | ... | @@ -101,6 +101,8 @@ github.com/mschoch/smat v0.2.0 h1:8imxQsjDm8yFEAVBe7azKmKSgzSkZXDuKkSq9374khM= |
github.com/mschoch/smat v0.2.0/go.mod h1:kc9mz7DoBKqDyiRL7VZN8KvXQMWeTaVnttLRXOlotKw= | ||
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5 h1:BvoENQQU+fZ9uukda/RzCAL/191HHwJA5b13R6diVlY= | ||
github.com/nfnt/resize v0.0.0-20160724205520-891127d8d1b5/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8= | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ= | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8= | ||
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= | ||
github.com/onsi/ginkgo v1.7.0 h1:WSHQ+IS43OoUrWtD1/bbclrwK8TTH5hzp+umCiuxHgs= | ||
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= | ||
... | ... |
Please register or sign in to comment