Skip to content

Commit

Permalink
Attempt to fix CVE-2023-45142
Browse files Browse the repository at this point in the history
  • Loading branch information
fahlmant committed Feb 3, 2025
1 parent 7292ac1 commit a6b70ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -1600,3 +1600,5 @@ replace github.com/emicklei/go-restful v2.15.0+incompatible => github.com/emickl
replace github.com/docker/distribution v2.8.3+incompatible => github.com/docker/distribution v2.8.2+incompatible

replace github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 => github.com/elazarl/goproxy v0.0.0-20230731152917-f99041a5c027

replace go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.20.0 => go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.44.0
1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2321,3 +2321,4 @@ tags.cncf.io/container-device-interface/pkg/parser
# google.golang.org/grpc => google.golang.org/grpc v1.56.3
# github.com/emicklei/go-restful v2.15.0+incompatible => github.com/emicklei/go-restful v2.16.0+incompatible
# github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 => github.com/elazarl/goproxy v0.0.0-20230731152917-f99041a5c027
# go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.20.0 => go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.44.0

0 comments on commit a6b70ee

Please sign in to comment.