-
- Downloads
Update dependencies
... | @@ -3,8 +3,8 @@ module git.kuschku.de/justjanne/imghost | ... | @@ -3,8 +3,8 @@ module git.kuschku.de/justjanne/imghost |
go 1.13 | go 1.13 | ||
require ( | require ( | ||
github.com/go-redis/redis v6.15.6+incompatible | github.com/go-redis/redis v6.15.9+incompatible | ||
github.com/onsi/ginkgo v1.10.3 // indirect | github.com/onsi/ginkgo v1.14.2 // indirect | ||
github.com/onsi/gomega v1.7.1 // indirect | github.com/onsi/gomega v1.10.4 // indirect | ||
gopkg.in/gographics/imagick.v2 v2.5.0 | gopkg.in/gographics/imagick.v2 v2.6.0 | ||
) | ) |
Please register or sign in to comment