Skip to content

Commit

Permalink
Run go mod tidy and add dependabot label (#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
khewonc authored Jul 5, 2024
1 parent 89cc56b commit 4c1f839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ updates:
interval: weekly
labels:
- dependencies
- qa/skip-qa
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ require (
github.com/DataDog/datadog-agent/pkg/config/model v0.52.0
github.com/DataDog/datadog-agent/pkg/config/remote v0.52.0
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.52.0
github.com/prometheus/client_golang v1.16.0
)

require (
Expand Down Expand Up @@ -120,7 +121,6 @@ require (
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/prometheus/client_golang v1.16.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.10.1 // indirect
Expand Down

0 comments on commit 4c1f839

Please sign in to comment.