-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (28 loc) · 1.11 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
module hmcalister/hopfield
go 1.19
require gonum.org/v1/gonum v0.12.0
require (
github.com/hmcalister/gonum-matrix-io v0.0.0-20230404235649-bdcb5bf7e036
github.com/pkg/profile v1.7.0
github.com/schollz/progressbar/v3 v3.13.1
github.com/xitongsys/parquet-go-source v0.0.0-20221025031416-9877e685ef65
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0
)
require (
github.com/felixge/fgprof v0.9.3 // indirect
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.6.0 // indirect
)
require (
github.com/apache/arrow/go/arrow v0.0.0-20200730104253-651201b0f516 // indirect
github.com/apache/thrift v0.18.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/klauspost/compress v1.15.15 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/xitongsys/parquet-go v1.6.2
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
)