Skip to content

Commit

Permalink
chore({contrib/instrumentation}): upgrade net/http, database/sql, and…
Browse files Browse the repository at this point in the history
… instrumentation/testutils/grpc to beta.11
  • Loading branch information
hannahkm committed Nov 19, 2024
1 parent cadcc44 commit 5ef1c6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/database/sql/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
github.com/DataDog/datadog-go/v5 v5.3.0
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.10
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.11
github.com/denisenkom/go-mssqldb v0.11.0
github.com/go-sql-driver/mysql v1.6.0
github.com/lib/pq v1.10.2
Expand Down
2 changes: 1 addition & 1 deletion contrib/net/http/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/DataDog/dd-trace-go/contrib/net/http/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.10
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.11
github.com/stretchr/testify v1.9.0
)

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/testutils/grpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.10
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.11
google.golang.org/grpc v1.57.1
google.golang.org/protobuf v1.33.0
)
Expand Down

0 comments on commit 5ef1c6a

Please sign in to comment.