File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
pkg/linters/components/pkgconfigusage Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ module github.com/DataDog/datadog-agent/pkg/linters/components/pkgconfigusage
33go 1.24.0
44
55require (
6+ github.com/DataDog/datadog-agent/pkg/util/testutil v0.0.0-00010101000000-000000000000
67 github.com/golangci/plugin-module-register v0.1.2
78 github.com/stretchr/testify v1.11.1
89 golang.org/x/tools v0.39.0
@@ -11,12 +12,10 @@ require (
1112require (
1213 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1314 github.com/google/go-cmp v0.7.0 // indirect
14- github.com/kr/pretty v0.3.1 // indirect
15+ github.com/kr/text v0.2.0 // indirect
1516 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
16- github.com/rogpeppe/go-internal v1.14.1 // indirect
1717 golang.org/x/mod v0.30.0 // indirect
1818 golang.org/x/sync v0.18.0 // indirect
19- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2019 gopkg.in/yaml.v3 v3.0.1 // indirect
2120)
2221
You can’t perform that action at this time.
0 commit comments