From 16ccd56cad06681c548dc195b7dabf9c140d928f Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Mon, 7 Oct 2024 11:18:33 +0200 Subject: [PATCH] [chore] refactor(contrib): remove replace directive for `go-ieproxy` 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 https://github.com/mattn/go-ieproxy/issues/45 was fixed https://github.com/mattn/go-ieproxy/pull/47 in v0.0.11. Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com> --- distributions/otelcol-contrib/manifest.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/distributions/otelcol-contrib/manifest.yaml b/distributions/otelcol-contrib/manifest.yaml index 3333e01b..d01a3a0b 100644 --- a/distributions/otelcol-contrib/manifest.yaml +++ b/distributions/otelcol-contrib/manifest.yaml @@ -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