File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ module github.com/llm-d-incubation/llm-d-async
22
33go 1.25.0
44
5- // TODO(#107): After the first tagged api release, bump the version below
6- // from v0.0.0 to that semver (e.g. v0.1.0). Keep the replace line for in-repo development.
7- require github.com/llm-d-incubation/llm-d-async/api v0.0.0
5+ require github.com/llm-d-incubation/llm-d-async/api v0.7.0 -RC
86
9- require github.com/llm-d-incubation/llm-d-async/pipeline v0.0.0
7+ require github.com/llm-d-incubation/llm-d-async/pipeline v0.7.0 -RC
108
119replace github.com/llm-d-incubation/llm-d-async/api => ./api
1210
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module github.com/llm-d-incubation/llm-d-async/pipeline
22
33go 1.25.0
44
5- require github.com/llm-d-incubation/llm-d-async/api v0.0.0
5+ require github.com/llm-d-incubation/llm-d-async/api v0.7.0 -RC
66
77replace github.com/llm-d-incubation/llm-d-async/api => ../api
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ go 1.25.0
44
55require (
66 github.com/alicebob/miniredis/v2 v2.37.0
7- // TODO(#107): After the first tagged api release (e.g. api/v0.1.0), bump this require from v0.0.0 to that semver (e.g. v0.1.0).
8- github.com/llm-d-incubation/llm-d-async/api v0.0.0
7+ github.com/llm-d-incubation/llm-d-async/api v0.7.0 -RC
98 github.com/redis/go-redis/v9 v9.18.0
109 github.com/stretchr/testify v1.11.1
1110)
@@ -20,5 +19,4 @@ require (
2019 gopkg.in/yaml.v3 v3.0.1 // indirect
2120)
2221
23- // TODO(#107): Keep for monorepo builds; omitted when consumers require published versions only.
2422replace github.com/llm-d-incubation/llm-d-async/api => ../api
You can’t perform that action at this time.
0 commit comments