You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot obtain refs from GitHub: cannot talk to GitHub: Get https://github.com/go-gorp/gorp.git/info/refs?service=git-upload-pack: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
Maybe this will be resolved by github, maybe not. In the mean time, you can always import gorp using go modules if you want, or use something else to vendor. I'm going to wait a day or two to see if the miscommunication between gopkg.in and github.com clear up before adjusting any documentation. I'll leave this issue open in the mean time.
$ go get
package gopkg.in/gorp.v1: unrecognized import path "gopkg.in/gorp.v1" (parse https://gopkg.in/gorp.v1?go-get=1: no go-import meta tags ())
The text was updated successfully, but these errors were encountered: