diff --git a/langchaingo/go.mod b/langchaingo/go.mod index 969c9a2d..908a8b2e 100644 --- a/langchaingo/go.mod +++ b/langchaingo/go.mod @@ -91,7 +91,7 @@ require ( github.com/testcontainers/testcontainers-go/modules/socat v0.37.0 // indirect github.com/tklauser/go-sysconf v0.3.15 // indirect github.com/tklauser/numcpus v0.10.0 // indirect - github.com/weaviate/weaviate v1.32.1 // indirect + github.com/weaviate/weaviate v1.32.16 // indirect github.com/weaviate/weaviate-go-client/v5 v5.4.1 // indirect github.com/yargevad/filepathx v1.0.0 // indirect github.com/yosida95/uritemplate/v3 v3.0.2 // indirect diff --git a/langchaingo/go.sum b/langchaingo/go.sum index 8818d245..1a43e818 100644 --- a/langchaingo/go.sum +++ b/langchaingo/go.sum @@ -401,8 +401,8 @@ github.com/tklauser/numcpus v0.10.0 h1:18njr6LDBk1zuna922MgdjQuJFjrdppsZG60sHGfj github.com/tklauser/numcpus v0.10.0/go.mod h1:BiTKazU708GQTYF4mB+cmlpT2Is1gLk7XVuEeem8LsQ= github.com/tmc/langchaingo v0.1.14-0.20250628230912-c2f9ad7f3448 h1:AX1pyIZHIaQhCxn9LfTDzMQIiDVqWKL75NftDmYKcBI= github.com/tmc/langchaingo v0.1.14-0.20250628230912-c2f9ad7f3448/go.mod h1:TTXqF3g3trelaRo3eWC7WXYKU7P5lOpI2mlOTDAjgzo= -github.com/weaviate/weaviate v1.32.1 h1:S2LoY2CkKah1UalQJQO4nNinUPXwu/B/sHiz6ZdcE/I= -github.com/weaviate/weaviate v1.32.1/go.mod h1:ntIKpDWXW0z2yYwZgGU/tIfG01BPWv2SRIGED1XtUX4= +github.com/weaviate/weaviate v1.32.16 h1:jrQxH9d6Yh8UYeE8bV7iBGxR0l2XujX3atJR1LelHVo= +github.com/weaviate/weaviate v1.32.16/go.mod h1:ThZt5N8/RpP+fTtUVjifDXGS5dcyHz1x9r1C0nlCzgk= github.com/weaviate/weaviate-go-client/v5 v5.4.1 h1:hfKocGPe11IUr4XsLp3q9hJYck0I2yIHGlFBpLqb/F4= github.com/weaviate/weaviate-go-client/v5 v5.4.1/go.mod h1:l72EnmCLj9LCQkR8S7nN7Y1VqGMmL3Um8exhFkMmfwk= github.com/x-cray/logrus-prefixed-formatter v0.5.2 h1:00txxvfBM9muc0jiLIEAkAcIMJzfthRT6usrui8uGmg=