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
$ go get github.com/hashicorp/mdns
package github.com/hashicorp/mdns
imports github.com/hashicorp/go.net/ipv4
imports code.google.com/p/go.net/internal/iana: use of internal package not allowed
The text was updated successfully, but these errors were encountered:
rakyll
changed the title
Doesn't work with Go 1.5
Can't go get with Go 1.5
Jul 18, 2015
The Hashicorp go.net package is currently still using the code.google.com import paths. As suggested these should be changed to use the new golang.org import paths.
I have put in a PR on the go.net fork to resolve this.
The text was updated successfully, but these errors were encountered: