jarcoal / httpmock

HTTP mocking for Golang
http://godoc.org/github.com/jarcoal/httpmock
MIT License
1.93k stars 103 forks source link

no matching versions for query "latest" #103

Closed akfaew closed 3 years ago

akfaew commented 3 years ago

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.

akfaew commented 3 years ago

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