Closed michael-bc closed 1 year ago
Did you manage to get this fixed?
I was able to get my program to compile by updating to the latest Go install. Go mod tidy still returns that error but atleast I can compile.
make sure you're on the latest v3 version: go get github.com/bold-commerce/go-shopify/v3
there's a PR to update the documentation to reflect this, but it hasn't been merged yet.
Change the import to github.com/bold-commerce/go-shopify/v3
then run go mod tidy
to resolve it.
When I try to run
go mod tidy
I get an error:Do you have any suggestion for resolving this issue?