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

Support for copying vendored dependencies #21

Closed
wants to merge 1 commit into from

Conversation

jsternberg
Copy link

Vendoring will parse all of the source files and recursively determine
dependencies. It will then copy those dependencies into the vendor
directory.

@jsternberg jsternberg force-pushed the vendoring-support branch 2 times, most recently from fa6ab75 to d7722e6 Compare December 12, 2016 15:45
Vendoring will parse all of the source files and recursively determine
dependencies. It will then copy those dependencies into the vendor
directory.

This change also updates gdm's dependency resolver to parse files and
utilize the go libraries for resolving imports rather than using the `go
list` command.

A circle.yml file has been added to build with a newer version of go and
additional tests have been created to bring coverage up.
@sparrc
Copy link
Owner

sparrc commented Sep 6, 2017

closing this because I don't really remember what the idea was behind this TBH...was it to support the vendor dir? I'm working on that now if so

@sparrc sparrc closed this Sep 6, 2017
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.

None yet

2 participants