Skip to content

Commit

Permalink
Merge pull request #2715 from aws-observability/patch/0.38.2
Browse files Browse the repository at this point in the history
Remove unnecessary replace statements in go.mod
  • Loading branch information
humivo committed Apr 23, 2024
2 parents 6214aaf + 411311b commit c018416
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -432,16 +432,7 @@ replace github.com/go-openapi/spec v0.20.5 => github.com/go-openapi/spec v0.20.6
// excluded as DataDog/agent-payload/v5 v5.0.59 has been removed from source directory but is still present in proxy package
exclude github.com/DataDog/agent-payload/v5 v5.0.59 // indirect

// It appears that the v0.2.0 tag was modified. Replacing with v0.2.1
replace github.com/outcaste-io/ristretto v0.2.0 => github.com/outcaste-io/ristretto v0.2.1

// openshift removed all tags from their repo, use the pseudoversion from the release-3.9 branch HEAD
replace github.com/openshift/api v3.9.0+incompatible => github.com/openshift/api v0.0.0-20180801171038-322a19404e37

replace github.com/cyphar/filepath-securejoin v0.2.3 => github.com/cyphar/filepath-securejoin v0.2.4

replace github.com/sirupsen/logrus v1.9.0 => github.com/sirupsen/logrus v1.9.3

replace github.com/opencontainers/runc v1.1.9 => github.com/opencontainers/runc v1.1.12

replace github.com/docker/docker v25.0.3+incompatible => github.com/docker/docker v25.0.5+incompatible

0 comments on commit c018416

Please sign in to comment.