Skip to content

Commit

Permalink
[mod] fix modules.py check
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 authored and truthbk committed Sep 26, 2024
1 parent 009b5f8 commit b2588a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def dependency_path(self, agent_version):
"internal/tools/modparser": GoModule("internal/tools/modparser", condition=lambda: False, should_tag=False),
"internal/tools/proto": GoModule("internal/tools/proto", condition=lambda: False, should_tag=False),
"pkg/aggregator/ckey": GoModule("pkg/aggregator/ckey", independent=True, used_by_otel=True),
"pkg/api": GoModule("pkg/api", independent=True),
"pkg/api": GoModule("pkg/api", independent=True, used_by_otel=True),
"pkg/collector/check/defaults": GoModule("pkg/collector/check/defaults", independent=True, used_by_otel=True),
"pkg/config/env": GoModule("pkg/config/env", independent=True, used_by_otel=True),
"pkg/config/mock": GoModule("pkg/config/mock", independent=True, used_by_otel=True),
Expand Down

0 comments on commit b2588a2

Please sign in to comment.