Skip to content

Commit

Permalink
update module
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuminyi committed Oct 29, 2024
1 parent 48d831b commit 036db95
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ require (
github.com/DataDog/datadog-agent/pkg/security/secl v0.56.0-rc.3
github.com/DataDog/datadog-agent/pkg/trace v0.56.0-rc.3
github.com/DataDog/datadog-agent/pkg/util/cgroups v0.56.0-rc.3
github.com/DataDog/datadog-agent/pkg/util/log v0.57.1
github.com/DataDog/datadog-agent/pkg/util/log v0.58.1
github.com/DataDog/datadog-agent/pkg/util/pointer v0.57.1
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.57.1
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.58.1
github.com/DataDog/datadog-go/v5 v5.5.0
github.com/DataDog/datadog-operator v1.8.0-rc.1
github.com/DataDog/ebpf-manager v0.7.1
Expand Down
17 changes: 15 additions & 2 deletions pkg/clusteragent/autoscaling/loadstore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@ module github.com/DataDog/datadog-agent/pkg/clusteragent/autoscaling/loadstore

go 1.22.0

require github.com/DataDog/agent-payload/v5 v5.0.132
require (
github.com/DataDog/agent-payload/v5 v5.0.132
github.com/DataDog/datadog-agent/pkg/util/log v0.58.1
github.com/stretchr/testify v1.9.0
)

require github.com/gogo/protobuf v1.3.2 // indirect
require (
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.58.1 // indirect
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
20 changes: 20 additions & 0 deletions pkg/clusteragent/autoscaling/loadstore/go.sum

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

1 change: 1 addition & 0 deletions tasks/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def dependency_path(self, agent_version):
"pkg/config/teeconfig": GoModule("pkg/config/teeconfig", independent=True, used_by_otel=True),
"pkg/config/structure": GoModule("pkg/config/structure", independent=True, used_by_otel=True),
"pkg/config/utils": GoModule("pkg/config/utils", independent=True, used_by_otel=True),
"pkg/clusteragent/autoscaling/loadstore": GoModule("pkg/clusteragent/autoscaling/loadstore", independent=True),
"pkg/errors": GoModule("pkg/errors", independent=True),
"pkg/gohai": GoModule("pkg/gohai", independent=True, importable=False),
"pkg/linters/components/pkgconfigusage": GoModule("pkg/linters/components/pkgconfigusage", should_tag=False),
Expand Down

0 comments on commit 036db95

Please sign in to comment.