Skip to content

Commit 337df51

Browse files
authored
refactor: remove unused exclude and replace directives (#5268)
both docker/distribution and containerd/fifo are not in the module graph Remove exclude and replace directives
1 parent b832c15 commit 337df51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

go.mod

-4
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,4 @@ replace (
397397
// openshift removed all tags from their repo, use the pseudoversion from the release-3.9 branch HEAD
398398
// See https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/12d41f40b0d408b0167633d8095160d3343d46ac/go.mod#L38
399399
github.com/openshift/api v3.9.0+incompatible => github.com/openshift/api v0.0.0-20180801171038-322a19404e37
400-
github.com/tonistiigi/fifo => github.com/containerd/fifo v0.0.0-20190816180239-bda0ff6ed73c
401400
)
402-
403-
// Exclude this version because the version has an invalid checksum.
404-
exclude github.com/docker/distribution v2.8.0+incompatible

0 commit comments

Comments
 (0)