-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update dependencies of test/dependencies/go.mod #8310
Comments
@schomatis : feel free to take this one on. |
@BigLep I'm temporarily un-assigning myself as I'm sinking too much time without any concrete progress. Will need input on the proper way to approach this. My last fail attempt is in #8478. More background: I'm failing to do a simple |
Doing If you update the dependencies to match what they are in go-ipfs you should be fine though. You can then do An easy way to do the go-ipfs dependency matching is:
|
Re-assigned myself to give Adin's comment a try. |
Working on this again. |
I'm still having many errors updating these dependencies (probably due to my own inexperience with Go modules) so I'm un-assigning myself permanently from this issue as I'm not even sure if I'm making any progress and the ROI is very low. After running Adin's commands I still have issues with the libp2p core versions, see https://discuss.ipfs.io/t/good-tutorials-for-go-ipfs-library/11924/4.
In general the restriction of having a single dependency tree for many independent tools seems to put a lot of pressure on how to make all the pieces fit without (AFAICT) a clear benefit other than maintaining a single |
Checklist
Installation method
built from source
Version
Config
..
Description
I'm not sure the rationale for this separate
go.mod
file but we should update its dependencies to match as close as possible the main one (at least itsgo
version).The text was updated successfully, but these errors were encountered: