You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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 :)
The text was updated successfully, but these errors were encountered: