Fix route mount for each requests
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
3
go.mod
3
go.mod
@@ -19,7 +19,7 @@ require (
|
||||
github.com/google/jsonschema-go v0.3.0
|
||||
github.com/jackc/pgx/v5 v5.7.5
|
||||
github.com/jhillyerd/enmime v1.3.0
|
||||
github.com/modelcontextprotocol/go-sdk v1.0.0
|
||||
github.com/modelcontextprotocol/go-sdk v1.1.0
|
||||
github.com/openai/openai-go v1.8.2
|
||||
github.com/pdfcpu/pdfcpu v0.11.0
|
||||
github.com/prometheus/client_golang v1.22.0
|
||||
@@ -112,6 +112,7 @@ require (
|
||||
go.yaml.in/yaml/v2 v2.4.2 // indirect
|
||||
golang.org/x/mod v0.25.0 // indirect
|
||||
golang.org/x/net v0.41.0 // indirect
|
||||
golang.org/x/oauth2 v0.32.0 // indirect
|
||||
golang.org/x/sys v0.33.0 // indirect
|
||||
golang.org/x/text v0.26.0 // indirect
|
||||
golang.org/x/tools v0.34.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user