diff --git a/cmd/imgconv/go.mod b/cmd/imgconv/go.mod index 6ef332f..4613c65 100644 --- a/cmd/imgconv/go.mod +++ b/cmd/imgconv/go.mod @@ -5,5 +5,5 @@ go 1.13 require ( github.com/chai2010/webp v1.1.0 github.com/ezdiy/image v0.0.0-20191006042628-c71d1e4c43db - golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a + golang.org/x/image v0.10.0 )