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

Using a package/dependency manager #72

Open
pyrossh opened this issue Dec 15, 2017 · 1 comment
Open

Using a package/dependency manager #72

pyrossh opened this issue Dec 15, 2017 · 1 comment

Comments

@pyrossh
Copy link

pyrossh commented Dec 15, 2017

Is just pulled the project and tried to run the tests. But then like most golang projects some dependencies are missing and I needed to manually pull them in like this.

all_test.go:16:2: cannot find package "github.com/sanity-io/litter" in any of:

It would be great if we could use a package/dependency manager like dep (which is going to be official) to manage dependencies and version them as it becomes easier for more people to work the this project and not have version clashes.

@matthewmueller
Copy link
Owner

Agreed. I tried dep, but I wasn't able to get it working after about an hour of futzing. Would love some help on that.

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