gographics / imagick

Go binding to ImageMagick's MagickWand C API
https://godoc.org/github.com/gographics/imagick/imagick
Other
1.75k stars 182 forks source link

Error when trying to upgrade package to version 3.4.2 #283

Closed dooman87 closed 2 years ago

dooman87 commented 2 years ago

Hi there,

Thanks a lot for supporting this pacakge.

When I try to update the package from 3.4.1 to 3.4.2 then I get the following error:

dimka@dimkaxps:~/Projects/pixboost/transformimgs$ go get gopkg.in/gographics/imagick.v3/imagick@v3.4.2
go get gopkg.in/gographics/imagick.v3/imagick@v3.4.2: gopkg.in/gographics/imagick.v3@v3.4.2: invalid version: go.mod has non-....v3 module path "gopkg.in/gographics/imagick.v2" at revision v3.4.2
dimka@dimkaxps:~/Projects/pixboost/transformimgs$ 

Go version: 1.18

My go.mod:

module github.com/Pixboost/transformimgs/v8

go 1.18

require (
    github.com/dooman87/glogi v0.0.0-20180107233622-68f3443d07f1
    github.com/dooman87/kolibri v0.0.0-20170117194222-c194ff118b67
    github.com/gorilla/mux v1.8.0
    gopkg.in/gographics/imagick.v3 v3.4.1
)
justinfx commented 2 years ago

Oh that looks like there might have been a mistake when trying to tag the im7 branch. Must have tagged master accidentally which is v2. I will fix this up tomorrow.

justinfx commented 2 years ago

I've recreated the v3.4.2 tag on the im-7 branch.