@@ -4,22 +4,22 @@ go 1.26.1
44
55require (
66 github.com/JohannesKaufmann/html-to-markdown/v2 v2.5.0
7- github.com/PuerkitoBio/goquery v1.11 .0
7+ github.com/PuerkitoBio/goquery v1.12 .0
88 github.com/aws/aws-sdk-go-v2 v1.41.5
99 github.com/aws/aws-sdk-go-v2/config v1.32.14
10- github.com/aws/aws-sdk-go-v2/service/pricing v1.40.15
10+ github.com/aws/aws-sdk-go-v2/service/pricing v1.41.0
1111 github.com/bmatcuk/doublestar/v4 v4.10.0
12- github.com/fatih/color v1.18 .0
12+ github.com/fatih/color v1.19 .0
1313 github.com/fsnotify/fsnotify v1.9.0
1414 github.com/gofrs/flock v0.13.0
1515 github.com/golang-jwt/jwt/v5 v5.3.1
1616 github.com/google/go-github/v76 v76.0.0
1717 github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
1818 github.com/google/uuid v1.6.0
1919 github.com/joho/godotenv v1.5.1
20- github.com/knights-analytics/hugot v0.6.5
21- github.com/mark3labs/mcp-go v0.45 .0
22- github.com/openai/openai-go/v3 v3.26 .0
20+ github.com/knights-analytics/hugot v0.7.0
21+ github.com/mark3labs/mcp-go v0.47 .0
22+ github.com/openai/openai-go/v3 v3.30 .0
2323 github.com/pdfcpu/pdfcpu v0.11.1
2424 github.com/philippgille/chromem-go v0.7.0
2525 github.com/pkoukk/tiktoken-go v0.1.8
@@ -28,22 +28,22 @@ require (
2828 github.com/sirupsen/logrus v1.9.4
2929 github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82
3030 github.com/stretchr/testify v1.11.1
31- github.com/urfave/cli/v3 v3.7 .0
31+ github.com/urfave/cli/v3 v3.8 .0
3232 github.com/xuri/excelize/v2 v2.10.1
3333 go.lsp.dev/jsonrpc2 v0.10.0
3434 go.lsp.dev/protocol v0.12.0
3535 go.lsp.dev/uri v0.3.0
3636 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0
37- go.opentelemetry.io/otel v1.42 .0
38- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.42 .0
39- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.42 .0
40- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.42 .0
41- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42 .0
42- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.42 .0
43- go.opentelemetry.io/otel/metric v1.42 .0
44- go.opentelemetry.io/otel/sdk v1.42 .0
45- go.opentelemetry.io/otel/sdk/metric v1.42 .0
46- go.opentelemetry.io/otel/trace v1.42 .0
37+ go.opentelemetry.io/otel v1.43 .0
38+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.43 .0
39+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.43 .0
40+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43 .0
41+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.43 .0
42+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43 .0
43+ go.opentelemetry.io/otel/metric v1.43 .0
44+ go.opentelemetry.io/otel/sdk v1.43 .0
45+ go.opentelemetry.io/otel/sdk/metric v1.43 .0
46+ go.opentelemetry.io/otel/trace v1.43 .0
4747 golang.org/x/oauth2 v0.36.0
4848 golang.org/x/text v0.35.0
4949 golang.org/x/time v0.15.0
@@ -81,17 +81,18 @@ require (
8181 github.com/go-logr/logr v1.4.3 // indirect
8282 github.com/go-logr/stdr v1.2.2 // indirect
8383 github.com/gomlx/exceptions v0.0.3 // indirect
84- github.com/gomlx/go-huggingface v0.3.2 // indirect
85- github.com/gomlx/go-xla v0.2.0 // indirect
86- github.com/gomlx/gomlx v0.27.1 // indirect
87- github.com/gomlx/onnx-gomlx v0.4.1 // indirect
84+ github.com/gomlx/go-huggingface v0.3.5-0.20260327162928-af20e4f3e7b5 // indirect
85+ github.com/gomlx/go-xla v0.2.2 // indirect
86+ github.com/gomlx/gomlx v0.27.2 // indirect
87+ github.com/gomlx/onnx-gomlx v0.4.2-0.20260327164137-4e2832549fc1 // indirect
8888 github.com/google/go-querystring v1.2.0 // indirect
89+ github.com/google/jsonschema-go v0.4.2 // indirect
8990 github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
9091 github.com/hhrutter/lzw v1.0.0 // indirect
9192 github.com/hhrutter/pkcs7 v0.2.0 // indirect
9293 github.com/hhrutter/tiff v1.0.2 // indirect
9394 github.com/invopop/jsonschema v0.13.0 // indirect
94- github.com/knights-analytics/ortgenai v0.1 .0 // indirect
95+ github.com/knights-analytics/ortgenai v0.2 .0 // indirect
9596 github.com/mailru/easyjson v0.9.1 // indirect
9697 github.com/martinlindhe/unit v0.0.0-20230420213220-4adfd7d0a0d6 // indirect
9798 github.com/mattn/go-colorable v0.1.14 // indirect
@@ -130,13 +131,13 @@ require (
130131 go.uber.org/zap v1.27.1 // indirect
131132 golang.org/x/crypto v0.49.0 // indirect
132133 golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90 // indirect
133- golang.org/x/image v0.37 .0 // indirect
134- golang.org/x/net v0.51 .0 // indirect
134+ golang.org/x/image v0.38 .0 // indirect
135+ golang.org/x/net v0.52 .0 // indirect
135136 golang.org/x/sys v0.42.0 // indirect
136137 golang.org/x/term v0.41.0 // indirect
137- google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 // indirect
138- google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
139- google.golang.org/grpc v1.79.2 // indirect
138+ google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
139+ google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
140+ google.golang.org/grpc v1.80.0 // indirect
140141 google.golang.org/protobuf v1.36.11 // indirect
141142 gopkg.in/yaml.v2 v2.4.0 // indirect
142143 k8s.io/klog/v2 v2.140.0 // indirect
0 commit comments