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

update deps #242

Closed
wants to merge 1 commit into from
Closed

update deps #242

wants to merge 1 commit into from

Conversation

drakkan
Copy link
Contributor

@drakkan drakkan commented Mar 6, 2023

fixes x/net and x/text security issues

fixes x/net and x/text security issues
@drakkan
Copy link
Contributor Author

drakkan commented Mar 6, 2023

I also updated the version to Go 1.18 to avoid to apply this

github.com/hashicorp/go-plugin tested by
	github.com/hashicorp/go-plugin.test imports
	github.com/jhump/protoreflect/grpcreflect imports
	github.com/jhump/protoreflect/desc tested by
	github.com/jhump/protoreflect/desc.test imports
	github.com/jhump/protoreflect/desc/protoparse imports
	github.com/bufbuild/protocompile imports
	golang.org/x/sync/semaphore loaded from golang.org/x/sync@v0.0.0-20210220032951-036812b2e83c,
	but go 1.16 would select v0.1.0

To upgrade to the versions selected by go 1.16:
	go mod tidy -go=1.16 && go mod tidy -go=1.17
If reproducibility with go 1.16 is not needed:
	go mod tidy -compat=1.17
For other options, see:
	https://golang.org/doc/modules/pruning

@tomhjp
Copy link
Contributor

tomhjp commented Oct 25, 2023

Sorry this went unanswered for so long, but I merged #285 with more recent deps a couple of weeks ago, so I think that covers this PR for now. It hasn't been released in a tag yet, but I'll be cutting one in the next few weeks or so, and you can force the version used in consuming applications before then via Go's MVS.

@tomhjp tomhjp closed this Oct 25, 2023
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.

2 participants