Skip to content

Commit

Permalink
[chore] refactor(contrib): remove replace directive for go-ieproxy
Browse files Browse the repository at this point in the history
…package (#678)

The replacement for the package `github.com/mattn/go-ieproxy` is currently in effect
and replaces `v0.0.11` of the package with version `v0.0.1`.
I believe this replacement is not necessary anymore,
as the issue mattn/go-ieproxy#45 was fixed mattn/go-ieproxy#47
in v0.0.11.

Co-authored-by: Alex Boten <[email protected]>
  • Loading branch information
andrzej-stencel and codeboten authored Oct 7, 2024
1 parent 38a2931 commit 16ccd56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions distributions/otelcol-contrib/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,5 @@ providers:

# When adding a replace, add a comment before it to document why it's needed and when it can be removed
replaces:
# see https://github.com/mattn/go-ieproxy/issues/45
- github.com/mattn/go-ieproxy => github.com/mattn/go-ieproxy v0.0.1
# see https://github.com/openshift/api/pull/1515
- github.com/openshift/api => github.com/openshift/api v0.0.0-20230726162818-81f778f3b3ec

0 comments on commit 16ccd56

Please sign in to comment.