File tree Expand file tree Collapse file tree 6 files changed +1
-22
lines changed Expand file tree Collapse file tree 6 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/newrelic/go-agent/v3
33go 1.20
44
55require (
6- github.com/ golang/protobuf v1.5.3
6+ google. golang.org /protobuf v1.5.3
77 google.golang.org/grpc v1.56.3
88)
99
Original file line number Diff line number Diff line change 11// Copyright 2020 New Relic Corporation. All rights reserved.
22// SPDX-License-Identifier: Apache-2.0
33
4- //go:build go1.10
5- // +build go1.10
6-
74// Package nrmssql instruments github.com/microsoft/go-mssqldb.
85//
96// Use this package to instrument your MSSQL calls without having to manually
Original file line number Diff line number Diff line change 11// Copyright 2020 New Relic Corporation. All rights reserved.
22// SPDX-License-Identifier: Apache-2.0
33
4- //go:build go1.10
5- // +build go1.10
6-
74package newrelic
85
96import (
Original file line number Diff line number Diff line change 11// Copyright 2020 New Relic Corporation. All rights reserved.
22// SPDX-License-Identifier: Apache-2.0
33
4- //go:build go1.9
5- // +build go1.9
6-
7- // This build tag is necessary because GRPC/ProtoBuf libraries only support Go version 1.9 and up.
8-
94package newrelic
105
116import (
Original file line number Diff line number Diff line change 11// Copyright 2020 New Relic Corporation. All rights reserved.
22// SPDX-License-Identifier: Apache-2.0
33
4- //go:build go1.9
5- // +build go1.9
6-
7- // This build tag is necessary because Infinite Tracing is only supported for Go version 1.9 and up
8-
94package newrelic
105
116import (
Original file line number Diff line number Diff line change 11// Copyright 2020 New Relic Corporation. All rights reserved.
22// SPDX-License-Identifier: Apache-2.0
33
4- //go:build go1.9
5- // +build go1.9
6-
7- // This build tag is necessary because Infinite Tracing is only supported for Go version 1.9 and up
8-
94package newrelic
105
116import (
You can’t perform that action at this time.
0 commit comments