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 core dep #1641

Merged
merged 4 commits into from Jul 7, 2022
Merged

chore: update core dep #1641

merged 4 commits into from Jul 7, 2022

Conversation

MarcoPolo
Copy link
Contributor

@MarcoPolo MarcoPolo commented Jul 5, 2022

@MarcoPolo MarcoPolo marked this pull request as ready for review July 7, 2022 20:57
go.mod Outdated
@@ -110,7 +108,7 @@ require (
golang.org/x/net v0.0.0-20220630215102-69896b714898 // indirect
golang.org/x/tools v0.1.11 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/grpc v1.36.0 // indirect
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What made us update this dependency since the v0.20.0 release? In v0.20.0 we were using v1.31.1.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You updated this in this pr: https://github.com/libp2p/go-libp2p/pull/1634/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R113

I think I picked 1.36 by looking at the go mod graph.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually we can get rid of grpc dep completely. Need this first: libp2p/go-libp2p-testing#63

@@ -110,7 +108,6 @@ require (
golang.org/x/net v0.0.0-20220630215102-69896b714898 // indirect
golang.org/x/tools v0.1.11 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/grpc v1.47.0 // indirect
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@MarcoPolo MarcoPolo merged commit 81f973f into master Jul 7, 2022
@MarcoPolo MarcoPolo deleted the update-deps branch July 7, 2022 23:07
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.

None yet

2 participants