How install with dep?
memclutter opened this issue · 1 comments
memclutter commented
Installation this package with dep not copy git submodule with libimagequant.
larrabee commented
Hello.
At this time the dep cannot work properly with git submodules. I found only one solution -- add dependencies with submodules to ignore list to prevent its downloading by dep. System wide version of this packages will be used.
Adding to ignore list is simply, add following code to Gopkg.toml
:
ignored = [
"github.com/ultimate-guitar/go-imagequant"
]
and remove go-imagequant
constraint section.
This is a crutch, but I have no other solution to the problem with the dep.