jarcoal/httpmock

no matching versions for query "latest"

akfaew opened this issue · 1 comments

I'm struggling with deploying an app to Google AppEngine, and can't seem to find anyone with the same error online, so I'll document it here. The error is:

Error message: go: finding module for package gopkg.in/jarcoal/httpmock.v1
github.com/akfaew/xxx imports
        github.com/bold-commerce/go-shopify tested by
        github.com/bold-commerce/go-shopify.test imports
        gopkg.in/jarcoal/httpmock.v1: no matching versions for query "latest"

I'm not sure how to fix it yet.

This turned out to be an issue with go-shopify. Updating to the latest version fixed it.