Skip to content

Commit

Permalink
refactor: remove unused replace directives (#5590)
Browse files Browse the repository at this point in the history
goja is not used in elastic agent

see go mod graph | grep groja
  • Loading branch information
kruskall authored Oct 1, 2024
1 parent 0ebadad commit bbee90a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -453,8 +453,6 @@ require (

replace (
github.com/Shopify/sarama => github.com/elastic/sarama v1.19.1-0.20220310193331-ebc2b0d8eef3
github.com/dop251/goja => github.com/andrewkroh/goja v0.0.0-20190128172624-dd2ac4456e20
github.com/dop251/goja_nodejs => github.com/dop251/goja_nodejs v0.0.0-20171011081505-adff31b136e6
// openshift removed all tags from their repo, use the pseudoversion from the release-3.9 branch HEAD
// See https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/12d41f40b0d408b0167633d8095160d3343d46ac/go.mod#L38
github.com/openshift/api v3.9.0+incompatible => github.com/openshift/api v0.0.0-20180801171038-322a19404e37
Expand Down

0 comments on commit bbee90a

Please sign in to comment.