forked from go-hep/hep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
80 lines (77 loc) · 3.05 KB
/
go.mod
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
72
73
74
75
76
77
78
79
80
module go-hep.org/x/hep
go 1.22.0
require (
gioui.org v0.3.0
git.sr.ht/~sbinet/epok v0.5.0
git.sr.ht/~sbinet/go-arrow v0.2.0
github.com/astrogo/fitsio v0.3.0
github.com/campoy/embedmd v1.0.0
github.com/go-mmap/mmap v0.7.0
github.com/gonuts/binary v0.2.0
github.com/gonuts/commander v0.4.1
github.com/google/go-cmp v0.6.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/hashicorp/go-uuid v1.0.3
github.com/jcmturner/gokrb5/v8 v8.4.4
github.com/klauspost/compress v1.17.11
github.com/peterh/liner v1.2.2
github.com/pierrec/lz4/v4 v4.1.21
github.com/pierrec/xxHash v0.1.5
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
github.com/sbinet/npyio v0.8.0
github.com/ulikunitz/xz v0.5.12
github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2
golang.org/x/crypto v0.28.0
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
golang.org/x/image v0.21.0
golang.org/x/sync v0.8.0
golang.org/x/text v0.19.0
golang.org/x/tools v0.26.0
gonum.org/v1/gonum v0.15.1
gonum.org/v1/plot v0.15.0
gopkg.in/yaml.v3 v3.0.1
modernc.org/ql v1.4.7
)
require (
gioui.org/cpu v0.0.0-20220412190645-f1e9e8c3b1f7 // indirect
gioui.org/shader v1.0.6 // indirect
gioui.org/x v0.3.0 // indirect
git.sr.ht/~sbinet/gg v0.6.0 // indirect
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/andybalholm/stroke v0.0.0-20230904101225-24ef450bc62c // indirect
github.com/edsrzf/mmap-go v1.2.0 // indirect
github.com/go-fonts/liberation v0.3.3 // indirect
github.com/go-latex/latex v0.0.0-20240709081214-31cef3c7570e // indirect
github.com/go-pdf/fpdf v0.9.0 // indirect
github.com/go-text/typesetting v0.0.0-20230905121921-abdbcca6e0eb // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/flatbuffers v23.5.26+incompatible // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.7.6 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/teambition/rrule-go v1.8.2 // indirect
golang.org/x/exp/shiny v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect
modernc.org/b v1.1.0 // indirect
modernc.org/db v1.0.10 // indirect
modernc.org/file v1.0.8 // indirect
modernc.org/fileutil v1.3.0 // indirect
modernc.org/golex v1.1.0 // indirect
modernc.org/internal v1.1.0 // indirect
modernc.org/lldb v1.0.8 // indirect
modernc.org/mathutil v1.6.0 // indirect
modernc.org/sortutil v1.2.0 // indirect
modernc.org/strutil v1.2.0 // indirect
modernc.org/zappy v1.1.0 // indirect
rsc.io/pdf v0.1.1 // indirect
)