Skip to content

Commit 2b2b2c2

Browse files
committed
chore: make fix-modules && make generate
1 parent 21438ed commit 2b2b2c2

81 files changed

Lines changed: 238 additions & 237 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/apps/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/DataDog/dd-trace-go/.github/workflows/apps
33
go 1.25.0
44

55
require (
6-
github.com/DataDog/dd-trace-go/v2 v2.8.1-rc.1
6+
github.com/DataDog/dd-trace-go/v2 v2.8.1
77
golang.org/x/mod v0.33.0
88
)
99

contrib/99designs/gqlgen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/99designs/gqlgen v0.17.90
7-
github.com/DataDog/dd-trace-go/v2 v2.8.1-rc.2
7+
github.com/DataDog/dd-trace-go/v2 v2.8.1
88
github.com/stretchr/testify v1.11.1
99
github.com/vektah/gqlparser/v2 v2.5.33
1010
)

contrib/IBM/sarama/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/DataDog/dd-trace-go/contrib/IBM/sarama/v2
33
go 1.25.0
44

55
require (
6-
github.com/DataDog/dd-trace-go/v2 v2.8.1-rc.2
6+
github.com/DataDog/dd-trace-go/v2 v2.8.1
77
github.com/IBM/sarama v1.44.0
88
github.com/stretchr/testify v1.11.1
99
)

contrib/Shopify/sarama/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/DataDog/dd-trace-go/contrib/Shopify/sarama/v2
33
go 1.25.0
44

55
require (
6-
github.com/DataDog/dd-trace-go/v2 v2.8.1-rc.2
6+
github.com/DataDog/dd-trace-go/v2 v2.8.1
77
github.com/Shopify/sarama v1.38.1
88
github.com/stretchr/testify v1.11.1
99
)

contrib/aws/aws-sdk-go-v2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/DataDog/dd-trace-go/contrib/aws/aws-sdk-go-v2/v2
33
go 1.25.0
44

55
require (
6-
github.com/DataDog/dd-trace-go/v2 v2.8.1-rc.2
6+
github.com/DataDog/dd-trace-go/v2 v2.8.1
77
github.com/aws/aws-sdk-go-v2 v1.36.5
88
github.com/aws/aws-sdk-go-v2/config v1.29.17
99
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.83

contrib/aws/aws-sdk-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/DataDog/dd-trace-go/contrib/aws/aws-sdk-go/v2
33
go 1.25.0
44

55
require (
6-
github.com/DataDog/dd-trace-go/v2 v2.8.1-rc.2
6+
github.com/DataDog/dd-trace-go/v2 v2.8.1
77
github.com/aws/aws-sdk-go v1.55.5
88
github.com/stretchr/testify v1.11.1
99
)

contrib/aws/datadog-lambda-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
github.com/DataDog/datadog-go/v5 v5.8.3
7-
github.com/DataDog/dd-trace-go/v2 v2.8.1-rc.2
7+
github.com/DataDog/dd-trace-go/v2 v2.8.1
88
github.com/aws/aws-lambda-go v1.46.0
99
github.com/aws/aws-sdk-go-v2 v1.36.5
1010
github.com/aws/aws-sdk-go-v2/config v1.29.17

contrib/aws/datadog-lambda-go/test/integration_tests/error/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/DataDog/dd-trace-go/v2/contrib/aws/datadog-lambda-go/test/inte
33
go 1.25.0
44

55
require (
6-
github.com/DataDog/dd-trace-go/contrib/aws/datadog-lambda-go/v2 v2.8.1-rc.2
6+
github.com/DataDog/dd-trace-go/contrib/aws/datadog-lambda-go/v2 v2.8.1
77
github.com/aws/aws-lambda-go v1.46.0
88
)
99

@@ -23,7 +23,7 @@ require (
2323
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.77.0 // indirect
2424
github.com/DataDog/datadog-agent/pkg/version v0.77.0 // indirect
2525
github.com/DataDog/datadog-go/v5 v5.8.3 // indirect
26-
github.com/DataDog/dd-trace-go/v2 v2.8.1-rc.2 // indirect
26+
github.com/DataDog/dd-trace-go/v2 v2.8.1 // indirect
2727
github.com/DataDog/go-libddwaf/v4 v4.9.0 // indirect
2828
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20260217080614-b0f4edc38a6d // indirect
2929
github.com/DataDog/go-sqllexer v0.1.13 // indirect

contrib/aws/datadog-lambda-go/test/integration_tests/hello/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ module github.com/DataDog/dd-trace-go/v2/contrib/aws/datadog-lambda-go/test/inte
88
go 1.25.0
99

1010
require (
11-
github.com/DataDog/dd-trace-go/contrib/aws/datadog-lambda-go/v2 v2.8.1-rc.2
12-
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.8.1-rc.2
13-
github.com/DataDog/dd-trace-go/v2 v2.8.1-rc.2
11+
github.com/DataDog/dd-trace-go/contrib/aws/datadog-lambda-go/v2 v2.8.1
12+
github.com/DataDog/dd-trace-go/contrib/net/http/v2 v2.8.1
13+
github.com/DataDog/dd-trace-go/v2 v2.8.1
1414
github.com/aws/aws-lambda-go v1.46.0
1515
)
1616

contrib/azure/apim-callout/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/DataDog/dd-trace-go/contrib/azure/apim-callout/v2
33
go 1.25.0
44

55
require (
6-
github.com/DataDog/dd-trace-go/v2 v2.8.1-rc.2
6+
github.com/DataDog/dd-trace-go/v2 v2.8.1
77
github.com/google/uuid v1.6.0
88
github.com/jellydator/ttlcache/v3 v3.4.0
99
github.com/stretchr/testify v1.11.1

0 commit comments

Comments
 (0)