Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[go.mod] Require datadog-operator api module #32837

Merged
merged 1 commit into from
Jan 10, 2025
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
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ require (
github.com/DataDog/datadog-agent/pkg/util/pointer v0.59.0
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.59.1
github.com/DataDog/datadog-go/v5 v5.6.0
github.com/DataDog/datadog-operator v0.7.1-0.20241219210556-f517775059d1
// TODO: pin to an operator released version once there is a release that includes the api module
github.com/DataDog/datadog-operator/api v0.0.0-20250109202733-a3e7eab6a736
github.com/DataDog/ebpf-manager v0.7.7
github.com/DataDog/gopsutil v1.2.2
github.com/DataDog/nikos v1.12.9
Expand Down Expand Up @@ -1018,6 +1019,7 @@ require (
github.com/x448/float16 v0.8.4 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xlab/treeprint v1.2.0 // indirect
github.com/zorkian/go-datadog-api v2.30.0+incompatible // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/collector/client v1.22.0 // indirect
go.opentelemetry.io/collector/component/componentstatus v0.116.0 // indirect
Expand Down
7 changes: 3 additions & 4 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading