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

Clean up usage of winipcfg #42

Closed
bradfitz opened this issue Feb 12, 2020 · 1 comment · Fixed by #44
Closed

Clean up usage of winipcfg #42

bradfitz opened this issue Feb 12, 2020 · 1 comment · Fixed by #44

Comments

@bradfitz
Copy link
Member

Running go mod tidy or GOOS=windows go install ./... report:

go: finding module for package tailscale.io/control
tailscale.com/wgengine imports
        golang.zx2c4.com/winipcfg: cannot find module providing package golang.zx2c4.com/winipcfg: unrecognized import path "golang.zx2c4.com/winipcfg": reading https://golang.zx2c4.com/winipcfg?go-get=1: 404 Not Found
tailscale.com/control/controlclient tested by
        tailscale.com/control/controlclient.test imports
        tailscale.io/control: cannot find module providing package tailscale.io/control: unrecognized import path "tailscale.io/control": parse https://tailscale.io/control?go-get=1: no go-import meta tags (meta tag tailscale.com did not match import path tailscale.io/control)

Clean that up.

@apenwarr
Copy link
Member

apenwarr commented Feb 12, 2020 via email

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

Successfully merging a pull request may close this issue.

2 participants