We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92dc775 commit 8a3f4b2Copy full SHA for 8a3f4b2
ray-operator/go.mod
@@ -33,6 +33,10 @@ require (
33
volcano.sh/apis v1.12.1
34
)
35
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
40
require (
41
github.com/beorn7/perks v1.0.1 // indirect
42
github.com/blang/semver/v4 v4.0.0 // indirect
0 commit comments