Skip to content

Commit 8a3f4b2

Browse files
ChristianZaccariachipspeak
authored andcommitted
PATCH: CVE fix - Replace go-sqlite3 version to upgraded version
1 parent 92dc775 commit 8a3f4b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ray-operator/go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ require (
3333
volcano.sh/apis v1.12.1
3434
)
3535

36+
replace go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 => go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0
37+
38+
replace github.com/mattn/go-sqlite3 v1.14.14 => github.com/mattn/go-sqlite3 v1.14.18
39+
3640
require (
3741
github.com/beorn7/perks v1.0.1 // indirect
3842
github.com/blang/semver/v4 v4.0.0 // indirect

0 commit comments

Comments
 (0)