Skip to content

Commit

Permalink
Merge pull request #325 from RichVanderwal/remove-unneeded-import-2
Browse files Browse the repository at this point in the history
More uneeded includes removed
  • Loading branch information
RichVanderwal authored Jun 2, 2021
2 parents 53d8412 + 07aa8cc commit 11f7414
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions v3/integrations/nrgrpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ module github.com/newrelic/go-agent/v3/integrations/nrgrpc
go 1.11

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

0 comments on commit 11f7414

Please # to comment.