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

Missing go.mod #131

Open
sevenuz opened this issue Feb 2, 2023 · 1 comment
Open

Missing go.mod #131

sevenuz opened this issue Feb 2, 2023 · 1 comment

Comments

@sevenuz
Copy link

sevenuz commented Feb 2, 2023

Hey folks,

I would like to try your app but it does not provide a dependency description file.
Can you add one or how do you install them? over the make file?

Greetings :)

@bhutch29
Copy link
Owner

bhutch29 commented Feb 2, 2023

Thanks for your interest. This project was created before Go Modules existed as a feature, which explains the lack of module file.

I have to look in more depth, but I think each dependency needs to be discovered individually and installed manually, there is no automated way at this time to install them all.

So basically if you try to compile and fail on a missing dependency, manually install it and continue.

That being said, this project should definitely get moved to using Go Modules, so I will leave this issue open as a reminder to do so.

Feel free to contribute it yourself it you are willing/interested!

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

No branches or pull requests

2 participants