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

Module import paths #2

Closed
karnauskas opened this issue Apr 26, 2020 · 2 comments
Closed

Module import paths #2

karnauskas opened this issue Apr 26, 2020 · 2 comments

Comments

@karnauskas
Copy link

following.. which import paths are preferred?

$ go get -v filippo.io/yubikey-agent
go get filippo.io/yubikey-agent: unrecognized import path "filippo.io/yubikey-agent": reading https://filippo.io/yubikey-agent?go-get=1: 404 Not Found
 ~/go/src

$ go get -v github.com/FiloSottile/yubikey-agent
go: github.com/FiloSottile/yubikey-agent upgrade => v0.0.0-20200426062843-0096c094dcd2
go get: github.com/FiloSottile/yubikey-agent@v0.0.0-20200426062843-0096c094dcd2: parsing go.mod:
	module declares its path as: filippo.io/yubikey-agent
	        but was required as: github.com/FiloSottile/yubikey-agent
@FiloSottile
Copy link
Owner

It will probably be filippo.io/yubikey-agent but I haven't set it up yet because I am not yet 100% sold on the name. In the meantime you can just close and build from inside the module.

@FiloSottile
Copy link
Owner

Keeping this open as a reminder to set up the custom import path, 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