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

chore: update dependencies ahead of the v0.19 release #9619

Closed
wants to merge 1 commit into from

Conversation

galargh
Copy link
Contributor

@galargh galargh commented Jan 31, 2023

Do we also want to include test dependencies in the update process (go get -t in root and go get -u -t in test/dependencies)? Is there anything else we should be taking care of here?

Log:

go get -u
go mod tidy
pushd docs/examples/kubo-as-a-library
go mod tidy
popd
// replace v1.7.0 with v1.12.0 next to opentelemetry deps in go.mod
go mod tidy
pushd docs/examples/kubo-as-a-library
go mod tidy
popd

@galargh galargh changed the title [WIP] dependencies upgrade chore: update dependencies ahead of the v0.19 release Jan 31, 2023
This was referenced Jan 31, 2023
@galargh galargh marked this pull request as ready for review January 31, 2023 15:28
@galargh galargh requested a review from lidel January 31, 2023 15:29
@galargh galargh assigned ajnavarro and unassigned ajnavarro Jan 31, 2023
@galargh galargh requested review from ajnavarro and BigLep January 31, 2023 15:29
@ajnavarro
Copy link
Member

@galargh we want to update to the next libp2p version to add some fixes and improvements made on ResourceManager

@BigLep
Copy link
Contributor

BigLep commented Feb 1, 2023

@ajnavarro : agreed on needing to update go-libp2p, but that can be done later? I think this PR is just making sure that we periodically do a general dependency update. We can still do additional ones after the fact.

@ajnavarro
Copy link
Member

@BigLep No problem to do it later.

@galargh
Copy link
Contributor Author

galargh commented Mar 6, 2023

Closing because updates happened in #9688

@galargh galargh closed this Mar 6, 2023
@Jorropo Jorropo deleted the deps-v0.18 branch March 6, 2023 12:34
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.

3 participants