-
Notifications
You must be signed in to change notification settings - Fork 18k
x/vgo: git submodules are not downloaded #24094
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
Labels
Milestone
Comments
I can confirm that copying the C source out from the submodule solves as a workaround. |
Submodules will not be supported, sorry. That's getting back into the version control detail world that we're trying to get "go get" out of. |
Just updated the title here to confirm this discussion is about |
ansemjo
added a commit
to ansemjo/go-shamirsplit
that referenced
this issue
Feb 19, 2019
vendor the sss-go code and its submodules to work around: - dsprenkels/sss-go#2 - golang/go#24094 (comment)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?1.10
What operating system and processor architecture are you using (
go env
)?linux/amd64
What did you do?
One issue is that
vgo
resolvesgopkg.in/goracle.v2
asgopkg.in/goracle.v2 v1.1.15-gopkgin-v2.1.15
, even if I putgopkg.in/goracle.v2/v2 v2.1.15
into the go.mod file,another issue is that though it downloads goracle.v2, it does not download its
odpi
submodule.Will submodules be supported, or should we find a workaround?
(Workaround: use
go generate
to download the submodule and rsync into another dir)If possible, provide a recipe for reproducing the error.
The text was updated successfully, but these errors were encountered: