-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 892 Bytes
/
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
module github.com/go-aie/lac
go 1.19
require (
github.com/go-aie/paddle v0.0.0-20230213030711-67518e191570
github.com/go-aie/tokenizer v0.0.0-20230210144731-33467e62774f
github.com/google/go-cmp v0.5.9
github.com/sugarme/tokenizer v0.1.16
)
require (
github.com/jackc/puddle/v2 v2.2.0 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/paddlepaddle/paddle/paddle/fluid/inference/goapi v0.0.0-20221116023434-3fa7a736e325 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/schollz/progressbar/v2 v2.15.0 // indirect
github.com/sugarme/regexpset v0.0.0-20200920021344-4d4ec8eaf93c // indirect
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/exp v0.0.0-20230212135524-a684f29349b6 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.7.0 // indirect
gonum.org/v1/gonum v0.12.0 // indirect
)