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 go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/DataDog/datadog-agent

go 1.26.0
go 1.26.2

// v0.8.0 was tagged long ago, and appared on pkg.go.dev. We do not want any tagged version
// to appear there. The trick to accomplish this is to make a new version (in this case v0.9.0)
Expand Down Expand Up @@ -32,7 +32,7 @@ replace (

require (
code.cloudfoundry.org/bbs v1.3.0
code.cloudfoundry.org/bbs/models v0.0.0-20260618205254-dc4b9f8d5bc9
code.cloudfoundry.org/bbs/models v1.8.0
code.cloudfoundry.org/garden v0.0.0-20260617020226-a9e754564bb5
code.cloudfoundry.org/lager/v3 v3.77.0
dario.cat/mergo v1.0.2
Expand Down
14 changes: 2 additions & 12 deletions go.sum

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

Loading