Skip to content

Commit fa48006

Browse files
authored
update llm-d-kv-cache import to v0.5.0-RC1 (#584)
* update kvc version import Signed-off-by: Maroon Ayoub <maroon.ayoub@ibm.com> * add go.mod to testable changes Signed-off-by: Maroon Ayoub <maroon.ayoub@ibm.com> --------- Signed-off-by: Maroon Ayoub <maroon.ayoub@ibm.com>
1 parent 3476caf commit fa48006

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci-pr-checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- Dockerfile.epp
2727
- Dockerfile.sidecar
2828
- Makefile*
29+
- go.mod
2930
lint-and-test:
3031
needs: check-changes
3132
if: ${{ needs.check-changes.outputs.src == 'true' }}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/google/uuid v1.6.0
1111
github.com/hashicorp/golang-lru/v2 v2.0.7
1212
github.com/jellydator/ttlcache/v3 v3.4.0
13-
github.com/llm-d/llm-d-kv-cache v0.4.1-0.20260121180456-e3fafddd09f4
13+
github.com/llm-d/llm-d-kv-cache v0.5.0-RC1
1414
github.com/onsi/ginkgo/v2 v2.27.5
1515
github.com/onsi/gomega v1.39.0
1616
github.com/openai/openai-go v1.12.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
185185
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
186186
github.com/llm-d/llm-d-kv-cache v0.4.1-0.20260121180456-e3fafddd09f4 h1:3LHSnDQ2tLsSIbh4BgN+7RYz/Wi+KjvIigcxVHb3mkE=
187187
github.com/llm-d/llm-d-kv-cache v0.4.1-0.20260121180456-e3fafddd09f4/go.mod h1:XyhzHBYeOWamBMPkuRySB5nJ0zzQpK/mbuXKqJRFT6A=
188+
github.com/llm-d/llm-d-kv-cache v0.5.0-RC1 h1:qlZeZw43CsvO8XnDaaZEKVWUJRRwb9AEwl4OcV833Bc=
189+
github.com/llm-d/llm-d-kv-cache v0.5.0-RC1/go.mod h1:XyhzHBYeOWamBMPkuRySB5nJ0zzQpK/mbuXKqJRFT6A=
188190
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=
189191
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
190192
github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo=

0 commit comments

Comments
 (0)