-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(protobuf-deps): use latest grpc and protobuf
- Loading branch information
Showing
4 changed files
with
604 additions
and
403 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
module github.com/newrelic/go-agent/v3 | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
google.golang.org/protobuf v1.5.3 | ||
google.golang.org/grpc v1.56.3 | ||
google.golang.org/grpc v1.65.0 | ||
google.golang.org/protobuf v1.34.2 | ||
) | ||
|
||
|
||
retract v3.22.0 // release process error corrected in v3.22.1 | ||
|
||
retract v3.25.0 // release process error corrected in v3.25.1 | ||
|
||
retract v3.34.0 // this release errornously referred to and invalid protobuf dependency |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.