Skip to content

Commit

Permalink
align go mod w v2dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahkm committed Oct 24, 2024
1 parent 31f0edd commit f576f28
Show file tree
Hide file tree
Showing 59 changed files with 111 additions and 111 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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/IBM/sarama v1.40.0
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/Shopify/sarama v1.38.1
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/aws/aws-sdk-go-v2 v1.32.2
github.com/aws/aws-sdk-go-v2/config v1.27.27
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.8
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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/aws/aws-sdk-go v1.44.327
github.com/stretchr/testify v1.9.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 @@ -25,7 +25,7 @@ require (
github.com/DataDog/datadog-agent/pkg/obfuscate v0.52.1 // indirect
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.57.0 // indirect
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
github.com/DataDog/sketches-go v1.4.5 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/stretchr/testify v1.9.0
google.golang.org/api v0.169.0
google.golang.org/grpc v1.64.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/confluentinc/confluent-kafka-go/v2 v2.2.0
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/confluentinc/confluent-kafka-go v1.9.2
github.com/stretchr/testify v1.9.0
go.uber.org/goleak v1.3.0
Expand Down
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.5.0
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
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
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-20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-20241024181915-4a1768148c5a
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/dimfeld/httptreemux/v5 v5.5.0
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/emicklei/go-restful/v3 v3.11.0
github.com/stretchr/testify v1.9.0
)
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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/gin-gonic/gin v1.9.1
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/go-chi/chi/v5 v5.0.10
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/go-chi/chi v1.5.4
github.com/stretchr/testify v1.9.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 @@ -28,7 +28,7 @@ require (
github.com/DataDog/datadog-agent/pkg/obfuscate v0.52.1 // indirect
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.57.0 // indirect
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
github.com/DataDog/sketches-go v1.4.5 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/go-redis/redis/v7 v7.4.1
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/go-redis/redis/v8 v8.11.5
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/go-redis/redis v6.15.9+incompatible
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/gocql/gocql v0.0.0-20220224095938-0eacd3183625
github.com/stretchr/testify v1.9.0
golang.org/x/mod v0.18.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/gofiber/fiber/v2 v2.50.0
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/gomodule/redigo v1.8.9
github.com/stretchr/testify v1.9.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-20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-20241024181915-4a1768148c5a
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/stretchr/testify v1.9.0
golang.org/x/oauth2 v0.18.0
google.golang.org/api v0.169.0
Expand Down
2 changes: 1 addition & 1 deletion contrib/google.golang.org/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/contrib/google.golang.org/grpc/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 v2.0.0-20240827110213-c6fc4fe2047a
github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 v2.0.0-00010101000000-000000000000
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/stretchr/testify v1.9.0
github.com/tinylib/msgp v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion contrib/gorilla/mux/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/gorilla/mux/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-00010101000000-000000000000
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/gorilla/mux v1.8.0
github.com/stretchr/testify v1.9.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-20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/contrib/database/sql/v2 v2.0.0-20241024181915-4a1768148c5a
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/go-sql-driver/mysql v1.6.0
github.com/jackc/pgx/v5 v5.4.2
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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/graph-gophers/graphql-go v1.5.0
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/hashicorp/consul/api v1.24.0
github.com/stretchr/testify v1.9.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-20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-20241024181915-4a1768148c5a
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/hashicorp/vault/api v1.9.2
github.com/hashicorp/vault/sdk v0.9.2
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/jackc/pgx/v5 v5.7.1
github.com/stretchr/testify v1.9.0
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/jmoiron/sqlx/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/jmoiron/sqlx/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/contrib/database/sql/v2 v2.0.0-20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/contrib/database/sql/v2 v2.0.0-00010101000000-000000000000
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/denisenkom/go-mssqldb v0.11.0
github.com/go-sql-driver/mysql v1.6.0
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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/julienschmidt/httprouter v1.3.0
github.com/stretchr/testify v1.9.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-20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-20241024181915-4a1768148c5a
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/stretchr/testify v1.9.0
k8s.io/apimachinery v0.23.17
k8s.io/client-go v0.23.17
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-20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.0.0-20241024181915-4a1768148c5a
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/labstack/echo/v4 v4.11.1
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/miekg/dns v1.1.55
github.com/stretchr/testify v1.9.0
)
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.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/stretchr/testify v1.9.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-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/stretchr/testify v1.9.0
gopkg.in/olivere/elastic.v5 v5.0.84
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/redis/go-redis.v9/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/redis/go-redis.v9/v2
go 1.22.0

require (
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3.0.20241024132757-00c300faaace
github.com/DataDog/dd-trace-go/v2 v2.0.0-beta.3
github.com/redis/go-redis/v9 v9.1.0
github.com/stretchr/testify v1.9.0
)
Expand Down
Loading

0 comments on commit f576f28

Please sign in to comment.