Skip to content

Commit 6a6916b

Browse files
go mod tidy
Signed-off-by: Jintao Zhang <[email protected]>
1 parent 6c5dca7 commit 6a6916b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/semantic-router/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ require (
1919
github.com/onsi/gomega v1.38.0
2020
github.com/openai/openai-go v1.12.0
2121
github.com/prometheus/client_golang v1.23.0
22+
github.com/prometheus/client_model v0.6.2
2223
github.com/vllm-project/semantic-router/candle-binding v0.0.0-00010101000000-000000000000
2324
go.uber.org/zap v1.27.0
2425
google.golang.org/grpc v1.71.1
@@ -47,7 +48,6 @@ require (
4748
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
4849
github.com/pkg/errors v0.9.1 // indirect
4950
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
50-
github.com/prometheus/client_model v0.6.2 // indirect
5151
github.com/prometheus/common v0.65.0 // indirect
5252
github.com/prometheus/procfs v0.16.1 // indirect
5353
github.com/rogpeppe/go-internal v1.12.0 // indirect

0 commit comments

Comments
 (0)