go.mod: we are v2

This commit is contained in:
mappu 2020-07-25 12:56:37 +12:00
parent 28784d66f3
commit 5971f07878
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@ import (
"image/png"
"os"
"code.ivysaur.me/imagequant"
"code.ivysaur.me/imagequant/v2"
)
func GoImageToRgba32(im image.Image) []byte {

4
go.mod
View File

@ -1 +1,3 @@
module code.ivysaur.me/imagequant
module code.ivysaur.me/imagequant/v2
go 1.13