-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #948 from gunturaf/fix/protobuf-deps
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 erronously 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.