-
-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathgo.mod
More file actions
70 lines (65 loc) · 2.76 KB
/
Copy pathgo.mod
File metadata and controls
70 lines (65 loc) · 2.76 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
module github.com/gomlx/gomlx
go 1.26
require (
github.com/MetalBlueberry/go-plotly v0.7.0
github.com/charmbracelet/lipgloss v1.1.0
github.com/erkkah/margaid v0.3.0
github.com/gomlx/bsplines v0.2.0
github.com/gomlx/compute v0.0.0-20260601092454-b91e8854304a
github.com/gomlx/go-xla v0.2.3-0.20260601103505-a4672f189ef4
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/janpfeifer/gonb v0.11.3
github.com/muesli/termenv v0.16.0
github.com/pkg/errors v0.9.1
github.com/schollz/progressbar/v3 v3.19.0
github.com/stretchr/testify v1.11.1
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f
golang.org/x/tools v0.44.0
gonum.org/v1/plot v0.15.2
k8s.io/klog/v2 v2.140.0
)
require (
github.com/aymanbagabas/go-udiff v0.3.1 // indirect
github.com/charmbracelet/x/exp/golden v0.0.0-20241011142426-46044092ad91 // indirect
github.com/clipperhouse/displaywidth v0.11.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/gofrs/flock v0.13.0 // indirect
)
require (
codeberg.org/go-fonts/liberation v0.5.0 // indirect
codeberg.org/go-latex/latex v0.1.0 // indirect
codeberg.org/go-pdf/fpdf v0.10.0 // indirect
git.sr.ht/~sbinet/gg v0.6.0 // indirect
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/campoy/embedmd v1.0.0 // indirect
github.com/charmbracelet/colorprofile v0.4.3 // indirect
github.com/charmbracelet/x/ansi v0.11.6 // indirect
github.com/charmbracelet/x/cellbuf v0.0.15 // indirect
github.com/charmbracelet/x/term v0.2.2 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dmarkham/enumer v1.6.1 // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/gofrs/uuid v4.4.0+incompatible // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gomlx/exceptions v0.0.3 // indirect
github.com/lucasb-eyer/go-colorful v1.3.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.21 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/pascaldekloe/name v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/image v0.26.0 // indirect
golang.org/x/mod v0.35.0 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/term v0.40.0 // indirect
golang.org/x/text v0.35.0 // indirect
gonum.org/v1/gonum v0.16.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
tool github.com/dmarkham/enumer