Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions _docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
cloud.google.com/go/pubsub v1.50.1
github.com/99designs/gqlgen v0.17.83
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0
github.com/DataDog/orchestrion v1.7.0
github.com/DataDog/orchestrion v1.7.1-rc.1
github.com/DataDog/orchestrion/instrument v1.7.0-rc.1
github.com/IBM/sarama v1.46.3
github.com/Shopify/sarama v1.38.1
Expand Down Expand Up @@ -125,7 +125,7 @@ require (
github.com/DataDog/dd-trace-go/contrib/twitchtv/twirp/v2 v2.5.0 // indirect
github.com/DataDog/dd-trace-go/contrib/valkey-io/valkey-go/v2 v2.5.0 // indirect
github.com/DataDog/dd-trace-go/contrib/valyala/fasthttp/v2 v2.5.0 // indirect
github.com/DataDog/dd-trace-go/v2 v2.5.0 // indirect
github.com/DataDog/dd-trace-go/v2 v2.5.1-rc.1 // indirect
github.com/DataDog/go-libddwaf/v4 v4.8.0 // indirect
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250806100345-ca5e7fdaf7b6 // indirect
github.com/DataDog/go-sqllexer v0.1.9 // indirect
Expand Down
4 changes: 2 additions & 2 deletions _docs/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 v2.5.0 h1:XsLiW
github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 v2.5.0/go.mod h1:zXdh5AVUY2U0O8jMi20foSdn8k4AAYgY4/l/0DEwg7c=
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0 h1:ZYbE3TIPlkG26Xwc4obJdoi6ZUybofmiIAhjVpJlCtk=
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0/go.mod h1:5BPHXB3ojLN0CgnXEHhhBxpBBE2TpNhT0jj9qxaXXxQ=
github.com/DataDog/dd-trace-go/v2 v2.5.0 h1:Tp4McT135WhbdT/6BYcAoRvl5gH7YKzehSo6Q3uuxBM=
github.com/DataDog/dd-trace-go/v2 v2.5.0/go.mod h1:A9rVmQfyzYUFCctFdKkli9us7G/YhXlMICpQ958wJUA=
github.com/DataDog/dd-trace-go/v2 v2.5.1-rc.1 h1:N3p93E8g0bSApEIq7Pwqoan/446W01xYqRpLqbfKa0E=
github.com/DataDog/dd-trace-go/v2 v2.5.1-rc.1/go.mod h1:A9rVmQfyzYUFCctFdKkli9us7G/YhXlMICpQ958wJUA=
github.com/DataDog/go-libddwaf/v4 v4.8.0 h1:m6Bl1lS2RtVN4MtdTYhR5vJ2fWQ3WmNy4FiNBpzrp6w=
github.com/DataDog/go-libddwaf/v4 v4.8.0/go.mod h1:/AZqP6zw3qGJK5mLrA0PkfK3UQDk1zCI2fUNCt4xftE=
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250806100345-ca5e7fdaf7b6 h1:rIMZ3Bqn2w8nWrAIXekOdm+sZVxUYHGX8cS7P9W06Kk=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/DataDog/orchestrion
go 1.24.0

require (
github.com/DataDog/dd-trace-go/v2 v2.5.0
github.com/DataDog/dd-trace-go/v2 v2.5.1-rc.1
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb
github.com/charmbracelet/lipgloss v1.1.0
github.com/dave/dst v0.27.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ github.com/DataDog/datadog-agent/pkg/version v0.71.2 h1:5wVVZrOCzvH6ka+J/3iKQH3r
github.com/DataDog/datadog-agent/pkg/version v0.71.2/go.mod h1:FYj51C1ib86rpr5tlLEep9jitqvljIJ5Uz2rrimGTeY=
github.com/DataDog/datadog-go/v5 v5.8.1 h1:+GOES5W9zpKlhwHptZVW2C0NLVf7ilr7pHkDcbNvpIc=
github.com/DataDog/datadog-go/v5 v5.8.1/go.mod h1:K9kcYBlxkcPP8tvvjZZKs/m1edNAUFzBbdpTUKfCsuw=
github.com/DataDog/dd-trace-go/v2 v2.5.0 h1:Tp4McT135WhbdT/6BYcAoRvl5gH7YKzehSo6Q3uuxBM=
github.com/DataDog/dd-trace-go/v2 v2.5.0/go.mod h1:A9rVmQfyzYUFCctFdKkli9us7G/YhXlMICpQ958wJUA=
github.com/DataDog/dd-trace-go/v2 v2.5.1-rc.1 h1:N3p93E8g0bSApEIq7Pwqoan/446W01xYqRpLqbfKa0E=
github.com/DataDog/dd-trace-go/v2 v2.5.1-rc.1/go.mod h1:A9rVmQfyzYUFCctFdKkli9us7G/YhXlMICpQ958wJUA=
github.com/DataDog/go-libddwaf/v4 v4.8.0 h1:m6Bl1lS2RtVN4MtdTYhR5vJ2fWQ3WmNy4FiNBpzrp6w=
github.com/DataDog/go-libddwaf/v4 v4.8.0/go.mod h1:/AZqP6zw3qGJK5mLrA0PkfK3UQDk1zCI2fUNCt4xftE=
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250806100345-ca5e7fdaf7b6 h1:rIMZ3Bqn2w8nWrAIXekOdm+sZVxUYHGX8cS7P9W06Kk=
Expand Down
4 changes: 2 additions & 2 deletions instrument/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/DataDog/orchestrion => ..

require (
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0
github.com/DataDog/orchestrion v1.7.0
github.com/DataDog/orchestrion v1.7.1-rc.1
)

require (
Expand Down Expand Up @@ -69,7 +69,7 @@ require (
github.com/DataDog/dd-trace-go/contrib/twitchtv/twirp/v2 v2.5.0 // indirect
github.com/DataDog/dd-trace-go/contrib/valkey-io/valkey-go/v2 v2.5.0 // indirect
github.com/DataDog/dd-trace-go/contrib/valyala/fasthttp/v2 v2.5.0 // indirect
github.com/DataDog/dd-trace-go/v2 v2.5.0 // indirect
github.com/DataDog/dd-trace-go/v2 v2.5.1-rc.1 // indirect
github.com/DataDog/go-libddwaf/v4 v4.8.0 // indirect
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250806100345-ca5e7fdaf7b6 // indirect
github.com/DataDog/go-sqllexer v0.1.9 // indirect
Expand Down
4 changes: 2 additions & 2 deletions instrument/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 v2.5.0 h1:XsLiW
github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 v2.5.0/go.mod h1:zXdh5AVUY2U0O8jMi20foSdn8k4AAYgY4/l/0DEwg7c=
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0 h1:ZYbE3TIPlkG26Xwc4obJdoi6ZUybofmiIAhjVpJlCtk=
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0/go.mod h1:5BPHXB3ojLN0CgnXEHhhBxpBBE2TpNhT0jj9qxaXXxQ=
github.com/DataDog/dd-trace-go/v2 v2.5.0 h1:Tp4McT135WhbdT/6BYcAoRvl5gH7YKzehSo6Q3uuxBM=
github.com/DataDog/dd-trace-go/v2 v2.5.0/go.mod h1:A9rVmQfyzYUFCctFdKkli9us7G/YhXlMICpQ958wJUA=
github.com/DataDog/dd-trace-go/v2 v2.5.1-rc.1 h1:N3p93E8g0bSApEIq7Pwqoan/446W01xYqRpLqbfKa0E=
github.com/DataDog/dd-trace-go/v2 v2.5.1-rc.1/go.mod h1:A9rVmQfyzYUFCctFdKkli9us7G/YhXlMICpQ958wJUA=
github.com/DataDog/go-libddwaf/v4 v4.8.0 h1:m6Bl1lS2RtVN4MtdTYhR5vJ2fWQ3WmNy4FiNBpzrp6w=
github.com/DataDog/go-libddwaf/v4 v4.8.0/go.mod h1:/AZqP6zw3qGJK5mLrA0PkfK3UQDk1zCI2fUNCt4xftE=
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250806100345-ca5e7fdaf7b6 h1:rIMZ3Bqn2w8nWrAIXekOdm+sZVxUYHGX8cS7P9W06Kk=
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "runtime/debug"

const (
// tag specifies the current release tag. It needs to be manually updated.
tag = "v1.7.0"
tag = "v1.7.1-rc.1"
devSuffix = "+dev"
)

Expand Down
4 changes: 2 additions & 2 deletions samples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace (

require (
github.com/99designs/gqlgen v0.17.83
github.com/DataDog/orchestrion v1.7.0
github.com/DataDog/orchestrion v1.7.1-rc.1
github.com/DataDog/orchestrion/instrument v1.7.0-rc.1
github.com/IBM/sarama v1.46.3
github.com/Shopify/sarama v1.38.1
Expand Down Expand Up @@ -103,7 +103,7 @@ require (
github.com/DataDog/dd-trace-go/contrib/valkey-io/valkey-go/v2 v2.5.0 // indirect
github.com/DataDog/dd-trace-go/contrib/valyala/fasthttp/v2 v2.5.0 // indirect
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0 // indirect
github.com/DataDog/dd-trace-go/v2 v2.5.0 // indirect
github.com/DataDog/dd-trace-go/v2 v2.5.1-rc.1 // indirect
github.com/DataDog/go-libddwaf/v4 v4.8.0 // indirect
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250806100345-ca5e7fdaf7b6 // indirect
github.com/DataDog/go-sqllexer v0.1.9 // indirect
Expand Down
4 changes: 2 additions & 2 deletions samples/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 v2.5.0 h1:XsLiW
github.com/DataDog/dd-trace-go/instrumentation/testutils/grpc/v2 v2.5.0/go.mod h1:zXdh5AVUY2U0O8jMi20foSdn8k4AAYgY4/l/0DEwg7c=
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0 h1:ZYbE3TIPlkG26Xwc4obJdoi6ZUybofmiIAhjVpJlCtk=
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0/go.mod h1:5BPHXB3ojLN0CgnXEHhhBxpBBE2TpNhT0jj9qxaXXxQ=
github.com/DataDog/dd-trace-go/v2 v2.5.0 h1:Tp4McT135WhbdT/6BYcAoRvl5gH7YKzehSo6Q3uuxBM=
github.com/DataDog/dd-trace-go/v2 v2.5.0/go.mod h1:A9rVmQfyzYUFCctFdKkli9us7G/YhXlMICpQ958wJUA=
github.com/DataDog/dd-trace-go/v2 v2.5.1-rc.1 h1:N3p93E8g0bSApEIq7Pwqoan/446W01xYqRpLqbfKa0E=
github.com/DataDog/dd-trace-go/v2 v2.5.1-rc.1/go.mod h1:A9rVmQfyzYUFCctFdKkli9us7G/YhXlMICpQ958wJUA=
github.com/DataDog/go-libddwaf/v4 v4.8.0 h1:m6Bl1lS2RtVN4MtdTYhR5vJ2fWQ3WmNy4FiNBpzrp6w=
github.com/DataDog/go-libddwaf/v4 v4.8.0/go.mod h1:/AZqP6zw3qGJK5mLrA0PkfK3UQDk1zCI2fUNCt4xftE=
github.com/DataDog/go-runtime-metrics-internal v0.0.4-0.20250806100345-ca5e7fdaf7b6 h1:rIMZ3Bqn2w8nWrAIXekOdm+sZVxUYHGX8cS7P9W06Kk=
Expand Down
Loading