Skip to content

Commit

Permalink
Merge pull request #940 from rittneje/bugfix/remove-extraneous-versio…
Browse files Browse the repository at this point in the history
…n-constraints

remove all extraneous version constraints
  • Loading branch information
iamemilio committed Aug 2, 2024
2 parents 6110044 + 3dcea2b commit 21bf8ad
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion v3/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3
go 1.20

require (
github.com/golang/protobuf v1.5.3
google.golang.org/protobuf v1.5.3
google.golang.org/grpc v1.56.3
)

Expand Down
3 changes: 0 additions & 3 deletions v3/integrations/nrmssql/nrmssql.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//go:build go1.10
// +build go1.10

// Package nrmssql instruments github.com/microsoft/go-mssqldb.
//
// Use this package to instrument your MSSQL calls without having to manually
Expand Down
3 changes: 0 additions & 3 deletions v3/newrelic/sql_driver.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//go:build go1.10
// +build go1.10

package newrelic

import (
Expand Down
5 changes: 0 additions & 5 deletions v3/newrelic/trace_observer.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//go:build go1.9
// +build go1.9

// This build tag is necessary because GRPC/ProtoBuf libraries only support Go version 1.9 and up.

package newrelic

import (
Expand Down
5 changes: 0 additions & 5 deletions v3/newrelic/trace_observer_impl_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//go:build go1.9
// +build go1.9

// This build tag is necessary because Infinite Tracing is only supported for Go version 1.9 and up

package newrelic

import (
Expand Down
5 changes: 0 additions & 5 deletions v3/newrelic/trace_observer_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//go:build go1.9
// +build go1.9

// This build tag is necessary because Infinite Tracing is only supported for Go version 1.9 and up

package newrelic

import (
Expand Down

0 comments on commit 21bf8ad

Please sign in to comment.