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 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:
I'm not sure how to fix it yet.