Skip to content

Commit

Permalink
release: upgrade contribs and almost all internal nested modules
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Dec 19, 2024
1 parent 975f333 commit 6a0a0c9
Show file tree
Hide file tree
Showing 54 changed files with 68 additions and 68 deletions.
2 changes: 1 addition & 1 deletion contrib/99designs/gqlgen/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/99designs/gqlgen v0.17.36
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/stretchr/testify v1.10.0
github.com/vektah/gqlparser/v2 v2.5.16
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/IBM/sarama/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/IBM/sarama/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/IBM/sarama v1.40.0
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/Shopify/sarama/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/Shopify/sarama/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/Shopify/sarama v1.38.1
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/aws/aws-sdk-go-v2/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/aws/aws-sdk-go-v2/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/aws/aws-sdk-go-v2 v1.20.3
github.com/aws/aws-sdk-go-v2/config v1.18.21
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.63
Expand Down
2 changes: 1 addition & 1 deletion contrib/aws/aws-sdk-go/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/aws/aws-sdk-go/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/aws/aws-sdk-go v1.44.327
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/bradfitz/gomemcache/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/bradfitz/gomemcache/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/bradfitz/gomemcache v0.0.0-20230611145640-acc696258285
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/cloud.google.com/go/pubsub.v1/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22.0

require (
cloud.google.com/go/pubsub v1.36.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/stretchr/testify v1.10.0
google.golang.org/api v0.169.0
google.golang.org/grpc v1.69.0
Expand Down
2 changes: 1 addition & 1 deletion contrib/confluentinc/confluent-kafka-go/kafka.v2/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/confluentinc/confluent-kafka-go/ka
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/confluentinc/confluent-kafka-go/v2 v2.2.0
github.com/stretchr/testify v1.10.0
go.uber.org/goleak v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion contrib/confluentinc/confluent-kafka-go/kafka/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/confluentinc/confluent-kafka-go/ka
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/confluentinc/confluent-kafka-go v1.9.2
github.com/stretchr/testify v1.10.0
go.uber.org/goleak v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions contrib/dimfeld/httptreemux.v5/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/DataDog/dd-trace-go/contrib/dimfeld/httptreemux.v5/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-rc.2
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/dimfeld/httptreemux/v5 v5.5.0
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/elastic/go-elasticsearch.v6/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/elastic/go-elasticsearch.v6/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/elastic/go-elasticsearch/v6 v6.8.5
github.com/elastic/go-elasticsearch/v7 v7.17.1
github.com/elastic/go-elasticsearch/v8 v8.4.0
Expand Down
2 changes: 1 addition & 1 deletion contrib/emicklei/go-restful.v3/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/emicklei/go-restful.v3/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/emicklei/go-restful/v3 v3.11.0
github.com/stretchr/testify v1.10.0
)
Expand Down
6 changes: 4 additions & 2 deletions contrib/envoyproxy/go-control-plane/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/Datadog/dd-trace-go/contrib/envoyproxy/go-control-plane/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/contrib/google.golang.org/grpc/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/contrib/google.golang.org/grpc/v2 v2.0.0-rc.2
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/envoyproxy/go-control-plane v0.13.1
github.com/stretchr/testify v1.10.0
google.golang.org/grpc v1.69.0
Expand Down Expand Up @@ -87,3 +87,5 @@ require (
replace github.com/DataDog/dd-trace-go/v2 => ../../..

replace github.com/DataDog/dd-trace-go/contrib/google.golang.org/grpc/v2 => ../../../contrib/google.golang.org/grpc

replace github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 => ../../../instrumentation/testutils/grpc
2 changes: 0 additions & 2 deletions contrib/envoyproxy/go-control-plane/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ github.com/DataDog/datadog-agent/pkg/util/scrubber v0.59.0 h1:p4uZow1IE/ve590aKq
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.59.0/go.mod h1:krOxbYZc4KKE7bdEDu10lLSQBjdeSFS/XDSclsaSf1Y=
github.com/DataDog/datadog-go/v5 v5.5.0 h1:G5KHeB8pWBNXT4Jtw0zAkhdxEAWSpWH00geHI6LDrKU=
github.com/DataDog/datadog-go/v5 v5.5.0/go.mod h1:K9kcYBlxkcPP8tvvjZZKs/m1edNAUFzBbdpTUKfCsuw=
github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 v2.0.0-rc.1 h1:OfLTnFi5NoHJWsXpnm/xYmn/GV4JC9RE0kCqWr2ozpE=
github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 v2.0.0-rc.1/go.mod h1:7o/G1YFM394ealg0Xhp9EKxVjAIifnFoehjyL/1SVqg=
github.com/DataDog/go-libddwaf/v3 v3.5.1 h1:GWA4ln4DlLxiXm+X7HA/oj0ZLcdCwOS81KQitegRTyY=
github.com/DataDog/go-libddwaf/v3 v3.5.1/go.mod h1:n98d9nZ1gzenRSk53wz8l6d34ikxS+hs62A31Fqmyi4=
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20241206090539-a14610dc22b6 h1:bpitH5JbjBhfcTG+H2RkkiUXpYa8xSuIPnyNtTaSPog=
Expand Down
2 changes: 1 addition & 1 deletion contrib/gin-gonic/gin/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/gin-gonic/gin/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/gin-gonic/gin v1.9.1
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/globalsign/mgo/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/globalsign/mgo/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/go-chi/chi.v5/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/go-chi/chi.v5/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/go-chi/chi/v5 v5.0.10
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/go-chi/chi/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/go-chi/chi/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/go-chi/chi v1.5.4
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/go-pg/pg.v10/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/go-pg/pg.v10/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/go-pg/pg/v10 v10.11.1
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/go-redis/redis.v7/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/go-redis/redis.v7/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/go-redis/redis/v7 v7.4.1
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/go-redis/redis.v8/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/go-redis/redis.v8/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/go-redis/redis/v8 v8.11.5
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/go-redis/redis/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/go-redis/redis/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/go-redis/redis v6.15.9+incompatible
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/go.mongodb.org/mongo-driver/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/go.mongodb.org/mongo-driver/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/stretchr/testify v1.10.0
go.mongodb.org/mongo-driver v1.12.1
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/gocql/gocql/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/gocql/gocql/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/gocql/gocql v1.6.0
github.com/stretchr/testify v1.10.0
golang.org/x/mod v0.22.0
Expand Down
2 changes: 1 addition & 1 deletion contrib/gofiber/fiber.v2/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/gofiber/fiber.v2/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/gofiber/fiber/v2 v2.52.5
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/gomodule/redigo/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/gomodule/redigo/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/gomodule/redigo v1.8.9
github.com/stretchr/testify v1.10.0
)
Expand Down
4 changes: 2 additions & 2 deletions contrib/google.golang.org/api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/DataDog/dd-trace-go/contrib/google.golang.org/api/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-rc.2
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/stretchr/testify v1.10.0
golang.org/x/oauth2 v0.23.0
google.golang.org/api v0.169.0
Expand Down
4 changes: 2 additions & 2 deletions contrib/gorilla/mux/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/DataDog/dd-trace-go/contrib/gorilla/mux/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-rc.2
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/gorilla/mux v1.8.0
github.com/stretchr/testify v1.10.0
)
Expand Down
4 changes: 2 additions & 2 deletions contrib/gorm.io/gorm.v1/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/DataDog/dd-trace-go/contrib/gorm.io/gorm.v1/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/contrib/database/sql/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/contrib/database/sql/v2 v2.0.0-rc.2
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/go-sql-driver/mysql v1.6.0
github.com/jackc/pgx/v5 v5.6.0
github.com/lib/pq v1.10.2
Expand Down
2 changes: 1 addition & 1 deletion contrib/graph-gophers/graphql-go/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/graph-gophers/graphql-go/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/graph-gophers/graphql-go v1.5.0
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/graphql-go/graphql/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/graphql-go/graphql/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/graphql-go/graphql v0.8.1
github.com/graphql-go/handler v0.2.3
github.com/hashicorp/go-multierror v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion contrib/hashicorp/consul/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/hashicorp/consul/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/hashicorp/consul/api v1.24.0
github.com/stretchr/testify v1.10.0
)
Expand Down
4 changes: 2 additions & 2 deletions contrib/hashicorp/vault/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/DataDog/dd-trace-go/contrib/hashicorp/vault/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-rc.2
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/hashicorp/vault/api v1.9.2
github.com/hashicorp/vault/sdk v0.9.2
github.com/stretchr/testify v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion contrib/jackc/pgx.v5/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/jackc/pgx.v5/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/jackc/pgx/v5 v5.6.0
github.com/stretchr/testify v1.10.0
)
Expand Down
4 changes: 2 additions & 2 deletions contrib/jmoiron/sqlx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/DataDog/dd-trace-go/contrib/jmoiron/sqlx/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/contrib/database/sql/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/contrib/database/sql/v2 v2.0.0-rc.2
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/denisenkom/go-mssqldb v0.11.0
github.com/go-sql-driver/mysql v1.6.0
github.com/jmoiron/sqlx v1.3.5
Expand Down
2 changes: 1 addition & 1 deletion contrib/julienschmidt/httprouter/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/julienschmidt/httprouter/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/julienschmidt/httprouter v1.3.0
github.com/stretchr/testify v1.10.0
)
Expand Down
4 changes: 2 additions & 2 deletions contrib/k8s.io/client-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/DataDog/dd-trace-go/contrib/k8s.io/client-go/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-rc.2
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/stretchr/testify v1.10.0
k8s.io/apimachinery v0.25.5
k8s.io/client-go v0.25.5
Expand Down
4 changes: 2 additions & 2 deletions contrib/labstack/echo.v4/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/DataDog/dd-trace-go/contrib/labstack/echo.v4/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-rc.2
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/labstack/echo/v4 v4.11.1
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/log/slog/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/log/slog/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/stretchr/testify v1.10.0
)

Expand Down
2 changes: 1 addition & 1 deletion contrib/miekg/dns/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/miekg/dns/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/miekg/dns v1.1.55
github.com/stretchr/testify v1.10.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/olivere/elastic.v5/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/olivere/elastic.v5/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.1
github.com/DataDog/dd-trace-go/v2 v2.0.0-rc.2
github.com/stretchr/testify v1.10.0
gopkg.in/olivere/elastic.v5 v5.0.84
)
Expand Down
Loading

0 comments on commit 6a0a0c9

Please sign in to comment.