Skip to content
Merged
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
2 changes: 2 additions & 0 deletions go.work
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
go 1.25.11

toolchain go1.26.4

// Sink and source modules with a non-stdlib dependency are intentionally NOT
// listed here: the SDK-backed sink destinations (the AWS family, redis, nats,
// kafka, gcppubsub, otel, statsd) and the modules whose integration tests pull
Expand Down
2 changes: 2 additions & 0 deletions telemetry/datadog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module github.com/stablekernel/crucible/telemetry/datadog

go 1.25.11

toolchain go1.26.4

require (
github.com/DataDog/datadog-go/v5 v5.8.3
github.com/DataDog/dd-trace-go/v2 v2.8.2
Expand Down
Loading