Skip to content

Commit acdb648

Browse files
authored
[chore] Replace asciicheck dep since repo is no longer available (#42753)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> #### Description Seems like github.com/tdakkota/asciicheck is no longer available, but still imported [(golangci/golangci-lint)](https://github.com/golangci/golangci-lint/blob/v2.4.0/go.mod#L115) in the latest release. This is temporary until a new golangci-lint release will use the updated asciicheck repo. Some more context [here](golangci/golangci-lint#6018).
1 parent 4124b6f commit acdb648

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

internal/tools/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,3 +303,5 @@ retract (
303303
)
304304

305305
replace github.com/open-telemetry/opentelemetry-collector-contrib/cmd/codecovgen => ../../cmd/codecovgen
306+
307+
replace github.com/tdakkota/asciicheck v0.4.1 => github.com/golangci/asciicheck v0.5.0

internal/tools/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)