File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/llamastack/llama-stack-k8s-operator
22
3- go 1.24.6
3+ go 1.24.9
44
55require (
66 github.com/go-logr/logr v1.4.1
@@ -38,7 +38,7 @@ require (
3838 github.com/golang/protobuf v1.5.4 // indirect
3939 github.com/google/gnostic-models v0.6.9 // indirect
4040 github.com/google/gofuzz v1.2.0 // indirect
41- github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
41+ github.com/google/pprof v0.0.0-20251207070906-2866da1ceaff // indirect
4242 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
4343 github.com/google/uuid v1.6.0 // indirect
4444 github.com/imdario/mergo v0.3.16 // indirect
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX
4545github.com/google/gofuzz v1.0.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
4646github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0 =
4747github.com/google/gofuzz v1.2.0 /go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg =
48- github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 h1:FKHo8hFI3A+7w0aUQuYXQ+6EN5stWmeY/AZqtM8xk9k =
49- github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 /go.mod h1:K1liHPHnj73Fdn/EKuT8nrFqBihUSKXoLYU0BuatOYo =
48+ github.com/google/pprof v0.0.0-20251207070906-2866da1ceaff h1:yzNvZCuBc2R20hZUmsDZL8MHJDFz9xl4R/BEbal+Qm8 =
49+ github.com/google/pprof v0.0.0-20251207070906-2866da1ceaff /go.mod h1:67FPmZWbr+KDT/VlpWtw6sO9XSjpJmLuHpoLmWiTGgY =
5050github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4 =
5151github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 /go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ =
5252github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0 =
You can’t perform that action at this time.
0 commit comments