-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
71 lines (68 loc) · 3 KB
/
Copy pathgo.mod
File metadata and controls
71 lines (68 loc) · 3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
module github.com/blackwell-systems/knowing
go 1.26.1
require (
github.com/blackwell-systems/agent-lsp v0.11.2-0.20260518143556-2469d52998d6
github.com/blackwell-systems/gcf-go v1.1.0
github.com/blackwell-systems/merkle-strata v0.4.0
github.com/coder/hnsw v0.6.1
github.com/fsnotify/fsnotify v1.10.1
github.com/knights-analytics/hugot v0.7.2
github.com/mark3labs/mcp-go v0.54.0
github.com/scip-code/scip/bindings/go/scip v0.7.1
github.com/smacker/go-tree-sitter v0.0.0-20240827094217-dd81d9e9be82
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/proto/otlp v1.10.0
golang.org/x/mod v0.36.0
golang.org/x/tools v0.45.0
google.golang.org/grpc v1.81.1
google.golang.org/protobuf v1.36.11
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v1.50.1
)
require (
github.com/chewxy/math32 v1.11.1 // indirect
github.com/daulet/tokenizers v1.27.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/go-errors/errors v1.5.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/gofrs/flock v0.13.0 // indirect
github.com/gomlx/exceptions v0.0.3 // indirect
github.com/gomlx/go-huggingface v0.3.5 // indirect
github.com/gomlx/go-xla v0.2.2 // indirect
github.com/gomlx/gomlx v0.27.3 // indirect
github.com/gomlx/onnx-gomlx v0.4.2 // indirect
github.com/google/jsonschema-go v0.4.2 // indirect
github.com/google/renameio v1.0.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
github.com/knights-analytics/ortgenai v0.3.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
github.com/sourcegraph/beaut v0.0.0-20240611013027-627e4c25335a // indirect
github.com/spf13/cast v1.7.1 // indirect
github.com/viant/afs v1.30.0 // indirect
github.com/viterin/partial v1.1.0 // indirect
github.com/viterin/vek v0.4.2 // indirect
github.com/x448/float16 v0.8.4 // indirect
github.com/yalue/onnxruntime_go v1.28.0 // indirect
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
golang.org/x/crypto v0.51.0 // indirect
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
golang.org/x/image v0.39.0 // indirect
golang.org/x/net v0.54.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.44.0 // indirect
golang.org/x/term v0.43.0 // indirect
golang.org/x/text v0.37.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
k8s.io/klog/v2 v2.140.0 // indirect
modernc.org/libc v1.72.3 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)