forked from kserve/rest-proxy
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from kserve/main
[pull] main from kserve:main
- Loading branch information
Showing
2 changed files
with
21 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ require ( | |
github.com/google/go-cmp v0.5.9 | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.0 | ||
google.golang.org/grpc v1.56.3 | ||
google.golang.org/protobuf v1.32.0 | ||
google.golang.org/protobuf v1.33.0 | ||
sigs.k8s.io/controller-runtime v0.14.1 | ||
) | ||
|
||
|
@@ -23,8 +23,8 @@ require ( | |
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.24.0 // indirect | ||
golang.org/x/net v0.10.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/net v0.21.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
|
@@ -37,11 +37,9 @@ require ( | |
) | ||
|
||
replace ( | ||
// The x/crypto is pulled from golang.org/x/[email protected] | ||
// Fixes CVE-2023-48795 - golang.org/x/crypto Authentication Bypass by Capture-replay | ||
golang.org/x/crypto => golang.org/x/crypto v0.17.0 | ||
golang.org/x/net => golang.org/x/net v0.17.0 | ||
|
||
// Fixes CVE-2023-45288 | ||
golang.org/x/net => golang.org/x/net v0.23.0 | ||
|
||
// Fixes github.com/elazarl/goproxy Denial of Service (DoS), the dependency was removed in v0.27.0 | ||
// Remove below when upgrading to controller-runtime 0.15.x or apimachinery to 0.27.x | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.27.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters