Skip to content

Commit 11f7414

Browse files
Merge pull request #325 from RichVanderwal/remove-unneeded-import-2
More uneeded includes removed
2 parents 53d8412 + 07aa8cc commit 11f7414

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

v3/integrations/nrgrpc/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ module github.com/newrelic/go-agent/v3/integrations/nrgrpc
55
go 1.11
66

77
require (
8-
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect
98
// protobuf v1.3.0 is the earliest version using modules, we use v1.3.1
109
// because all dependencies were removed in this version.
1110
github.com/golang/protobuf v1.3.3
12-
github.com/kisielk/gotool v1.0.0 // indirect
1311
github.com/newrelic/go-agent/v3 v3.12.0
1412
// v1.15.0 is the earliest version of grpc using modules.
1513
google.golang.org/grpc v1.27.0

0 commit comments

Comments
 (0)