We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53d8412 + 07aa8cc commit 11f7414Copy full SHA for 11f7414
v3/integrations/nrgrpc/go.mod
@@ -5,11 +5,9 @@ module github.com/newrelic/go-agent/v3/integrations/nrgrpc
5
go 1.11
6
7
require (
8
- github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
9
// protobuf v1.3.0 is the earliest version using modules, we use v1.3.1
10
// because all dependencies were removed in this version.
11
github.com/golang/protobuf v1.3.3
12
- github.com/kisielk/gotool v1.0.0 // indirect
13
github.com/newrelic/go-agent/v3 v3.12.0
14
// v1.15.0 is the earliest version of grpc using modules.
15
google.golang.org/grpc v1.27.0
0 commit comments