|
1 | 1 | module golang.org/x/example/ragserver/ragserver
|
2 | 2 |
|
3 |
| -go 1.23.0 |
| 3 | +go 1.24 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/google/generative-ai-go v0.17.0
|
7 |
| - github.com/weaviate/weaviate v1.26.1 |
8 |
| - github.com/weaviate/weaviate-go-client/v4 v4.15.1 |
9 |
| - google.golang.org/api v0.194.0 |
| 7 | + github.com/weaviate/weaviate v1.32.3 |
| 8 | + github.com/weaviate/weaviate-go-client/v5 v5.4.1 |
| 9 | + google.golang.org/api v0.240.0 |
10 | 10 | )
|
11 | 11 |
|
12 | 12 | require (
|
13 |
| - cloud.google.com/go v0.115.1 // indirect |
| 13 | + cloud.google.com/go v0.121.0 // indirect |
14 | 14 | cloud.google.com/go/ai v0.8.0 // indirect
|
15 |
| - cloud.google.com/go/auth v0.9.1 // indirect |
16 |
| - cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect |
17 |
| - cloud.google.com/go/compute/metadata v0.5.0 // indirect |
| 15 | + cloud.google.com/go/auth v0.16.2 // indirect |
| 16 | + cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect |
| 17 | + cloud.google.com/go/compute/metadata v0.7.0 // indirect |
18 | 18 | cloud.google.com/go/longrunning v0.5.7 // indirect
|
19 |
| - github.com/PuerkitoBio/purell v1.1.1 // indirect |
20 |
| - github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect |
21 | 19 | github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
|
22 | 20 | github.com/felixge/httpsnoop v1.0.4 // indirect
|
23 | 21 | github.com/go-logr/logr v1.4.2 // indirect
|
24 | 22 | github.com/go-logr/stdr v1.2.2 // indirect
|
25 |
| - github.com/go-openapi/analysis v0.21.2 // indirect |
| 23 | + github.com/go-openapi/analysis v0.23.0 // indirect |
26 | 24 | github.com/go-openapi/errors v0.22.0 // indirect
|
27 |
| - github.com/go-openapi/jsonpointer v0.19.5 // indirect |
28 |
| - github.com/go-openapi/jsonreference v0.19.6 // indirect |
29 |
| - github.com/go-openapi/loads v0.21.1 // indirect |
30 |
| - github.com/go-openapi/spec v0.20.4 // indirect |
| 25 | + github.com/go-openapi/jsonpointer v0.21.0 // indirect |
| 26 | + github.com/go-openapi/jsonreference v0.21.0 // indirect |
| 27 | + github.com/go-openapi/loads v0.22.0 // indirect |
| 28 | + github.com/go-openapi/runtime v0.24.2 // indirect |
| 29 | + github.com/go-openapi/spec v0.21.0 // indirect |
31 | 30 | github.com/go-openapi/strfmt v0.23.0 // indirect
|
32 |
| - github.com/go-openapi/swag v0.22.3 // indirect |
33 |
| - github.com/go-openapi/validate v0.21.0 // indirect |
34 |
| - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
35 |
| - github.com/google/s2a-go v0.1.8 // indirect |
| 31 | + github.com/go-openapi/swag v0.23.0 // indirect |
| 32 | + github.com/go-openapi/validate v0.24.0 // indirect |
| 33 | + github.com/google/s2a-go v0.1.9 // indirect |
36 | 34 | github.com/google/uuid v1.6.0 // indirect
|
37 |
| - github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect |
38 |
| - github.com/googleapis/gax-go/v2 v2.13.0 // indirect |
| 35 | + github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect |
| 36 | + github.com/googleapis/gax-go/v2 v2.14.2 // indirect |
39 | 37 | github.com/josharian/intern v1.0.0 // indirect
|
40 | 38 | github.com/mailru/easyjson v0.7.7 // indirect
|
41 | 39 | github.com/mitchellh/mapstructure v1.5.0 // indirect
|
42 | 40 | github.com/oklog/ulid v1.3.1 // indirect
|
| 41 | + github.com/opentracing/opentracing-go v1.2.0 // indirect |
43 | 42 | github.com/pkg/errors v0.9.1 // indirect
|
44 | 43 | go.mongodb.org/mongo-driver v1.14.0 // indirect
|
45 |
| - go.opencensus.io v0.24.0 // indirect |
46 |
| - go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0 // indirect |
47 |
| - go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 // indirect |
48 |
| - go.opentelemetry.io/otel v1.26.0 // indirect |
49 |
| - go.opentelemetry.io/otel/metric v1.26.0 // indirect |
50 |
| - go.opentelemetry.io/otel/trace v1.26.0 // indirect |
51 |
| - golang.org/x/crypto v0.26.0 // indirect |
52 |
| - golang.org/x/net v0.28.0 // indirect |
53 |
| - golang.org/x/oauth2 v0.22.0 // indirect |
54 |
| - golang.org/x/sync v0.8.0 // indirect |
55 |
| - golang.org/x/sys v0.24.0 // indirect |
56 |
| - golang.org/x/text v0.17.0 // indirect |
57 |
| - golang.org/x/time v0.6.0 // indirect |
58 |
| - google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f // indirect |
59 |
| - google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect |
60 |
| - google.golang.org/grpc v1.65.0 // indirect |
61 |
| - google.golang.org/protobuf v1.34.2 // indirect |
| 44 | + go.opentelemetry.io/auto/sdk v1.1.0 // indirect |
| 45 | + go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect |
| 46 | + go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect |
| 47 | + go.opentelemetry.io/otel v1.36.0 // indirect |
| 48 | + go.opentelemetry.io/otel/metric v1.36.0 // indirect |
| 49 | + go.opentelemetry.io/otel/trace v1.36.0 // indirect |
| 50 | + golang.org/x/crypto v0.40.0 // indirect |
| 51 | + golang.org/x/net v0.41.0 // indirect |
| 52 | + golang.org/x/oauth2 v0.30.0 // indirect |
| 53 | + golang.org/x/sync v0.16.0 // indirect |
| 54 | + golang.org/x/sys v0.34.0 // indirect |
| 55 | + golang.org/x/text v0.27.0 // indirect |
| 56 | + golang.org/x/time v0.12.0 // indirect |
| 57 | + google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect |
| 58 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect |
| 59 | + google.golang.org/grpc v1.73.0 // indirect |
| 60 | + google.golang.org/protobuf v1.36.6 // indirect |
| 61 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
62 | 62 | gopkg.in/yaml.v3 v3.0.1 // indirect
|
63 | 63 | )
|
0 commit comments