Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot 'go get' using go 1.11 modules #40

Closed
maelvls opened this issue Nov 28, 2018 · 3 comments
Closed

Cannot 'go get' using go 1.11 modules #40

maelvls opened this issue Nov 28, 2018 · 3 comments

Comments

@maelvls
Copy link

maelvls commented Nov 28, 2018

Dear Go-plist, I hit a slight bump using GO111MODULE=on go get github.com/dhowett/go-plist:

go: finding github.com/dhowett/go-plist latest
go: github.com/dhowett/[email protected]: parsing go.mod: unexpected module path "howett.net/plist"
go: error loading module requirements

Have you an idea on what is causing that? 😃

@maelvls
Copy link
Author

maelvls commented Nov 28, 2018

In go.mod:

module howett.net/plist

I guess it should read

module github.com/DHowett/go-plist

@DHowett
Copy link
Owner

DHowett commented Nov 28, 2018

Hi @maelvalais! The official canonical import path for this package is howett.net/plist. Sorry for any inconvenience.

@DHowett DHowett closed this as completed Nov 28, 2018
@maelvls
Copy link
Author

maelvls commented Nov 28, 2018

Hmm 🤔 some package I rely on is probably using the wrong address then

Sorry for that! Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants