File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 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' }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -185,6 +185,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
185185github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
186186github.com/llm-d/llm-d-kv-cache v0.4.1-0.20260121180456-e3fafddd09f4 h1:3LHSnDQ2tLsSIbh4BgN+7RYz/Wi+KjvIigcxVHb3mkE =
187187github.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 =
188190github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4 =
189191github.com/mailru/easyjson v0.9.0 /go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU =
190192github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo =
You can’t perform that action at this time.
0 commit comments