Skip to content

🧹 fix module path #6

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

afiune
Copy link
Contributor

@afiune afiune commented Feb 18, 2025

Today, if you try to use this new repository, you would get this:

➜  tailscale git:(afiune/tailscale) βœ— go mod tidy
go: finding module for package github.com/tailscale/tailscale-client-go-v2
go: go.mondoo.com/cnquery/v11/providers/tailscale/connection imports
	github.com/tailscale/tailscale-client-go-v2: no matching versions for query "latest"

This should fix that problem.

Today, if you try to use this new repository, you would get this:
```
➜  tailscale git:(afiune/tailscale) βœ— go mod tidy
go: finding module for package github.com/tailscale/tailscale-client-go-v2
go: go.mondoo.com/cnquery/v11/providers/tailscale/connection imports
	github.com/tailscale/tailscale-client-go-v2: no matching versions for query "latest"
```

This should fix that problem.

Signed-off-by: Salim Afiune Maya <[email protected]>
@bradfitz
Copy link
Member

BTW, we don't do the Emoji-flavored Semantic Commit Message style.

@afiune
Copy link
Contributor Author

afiune commented Feb 19, 2025

Hey @bradfitz - Good to know! Do you follow any convention for commit messages?

@lucacome
Copy link

It works fine if you use import "tailscale.com/client/tailscale/v2" in your code.

@creachadair
Copy link
Member

This suggests we might want to include a canonical import path comment here.

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

Successfully merging this pull request may close these issues.

4 participants