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

x/vgo: XML errors #24025

Closed
thockin opened this issue Feb 22, 2018 · 3 comments
Closed

x/vgo: XML errors #24025

thockin opened this issue Feb 22, 2018 · 3 comments
Milestone

Comments

@thockin
Copy link

thockin commented Feb 22, 2018

What version of Go are you using (go version)?

$ vgo version
go version go1.10rc2 linux/amd64 vgo:2018-02-20.1

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

AMD64 Linux

What did you do?

vgo list on Kubernetes

What did you expect to see?

Lots of messages

What did you see instead?

Mixed in among the messages were many of these:

vgo: resolving import "bitbucket.org/ww/goautoneg"
findRepo: XML syntax error on line 13: expected attribute name in element
findRepo: XML syntax error on line 14: expected attribute name in element
vgo: import "k8s.io/kubernetes/staging/src/k8s.io/apiserver/pkg/endpoints/handlers/negotiation" ->
	import "bitbucket.org/ww/goautoneg": XML syntax error on line 13: expected attribute name in element
@gopherbot gopherbot added this to the vgo milestone Feb 22, 2018
@jasontconnell
Copy link

In reviewing the code, it would appear the early vgo tool is only supporting github repos at the time.

@flicaflow
Copy link

This is a duplicate of this #23956
@jasontconnell I confirmed your assumption by implementing a stub for bitbucket.
@rsc Do you have a bitbucket implementation in the pipeline should I give it a shot, it would have to wait for the weekend though.

@kardianos
Copy link
Contributor

This is a duplicate. There is an active CL at https://golang.org/cl/95578 .

@golang golang locked and limited conversation to collaborators Feb 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants