There was an error while loading. Please reload this page.
1 parent 5038adb commit ae2807fCopy full SHA for ae2807f
1 file changed
deps/go.MODULE.bazel
@@ -56,16 +56,6 @@ go_deps.gazelle_override(
56
build_extra_args = ["-build_tags=trivy_no_javadb"],
57
path = "github.com/aquasecurity/trivy",
58
)
59
-go_deps.gazelle_override(
60
- # strptime_cgo_testlib.go uses tm_gmtoff (GNU extension, absent in
61
- # musl libc). Exclude the CGo test-helper files so Gazelle does not
62
- # include them in the generated go_library BUILD rules.
63
- build_extra_args = [
64
- "-exclude=timeutils/strptime_cgo_testlib.go",
65
- "-exclude=timeutils/strptime_cgo_test.go",
66
- ],
67
- path = "github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal",
68
-)
69
use_repo(
70
go_deps,
71
"cat_dario_mergo",
0 commit comments