Skip to content

proto: remove test dependency on experimental packages #805

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

Merged
merged 1 commit into from
Feb 28, 2019

Conversation

alexrudd
Copy link
Contributor

Removes two go mod dependencies on golang.org/x/sync and indirectly on golang.org/x/net. These were being used to provide an errgroup.Group to collate errors in a test.

This PR provides the same functionality but using sync.WaitGroup.

@dsnet
Copy link
Member

dsnet commented Feb 28, 2019

Thanks for the cleanup.

@dsnet dsnet merged commit 9bfdcee into golang:master Feb 28, 2019
dsnet added a commit that referenced this pull request Mar 11, 2019
This merges in the following upstream PRs:
* #797: ptypes: More cleanly construct a Timestamp
* #796: ptypes: Avoid assuming time.Duration is nanoseconds
* #805: proto: remove test dependency on experimental packages
* #808: Delete the conformance test

Change-Id: I104189682bbc0a18e3d8460e57f9fcb45f1f4a46
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/166521
Reviewed-by: Herbie Ong <[email protected]>
willnewrelic pushed a commit to newrelic/go-agent that referenced this pull request Jan 27, 2020
protobuf cleaned up their go.mod file between v1.3.0 and v1.3.1 in
golang/protobuf#805 and
golang/protobuf#808.
@golang golang locked and limited conversation to collaborators Jun 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants