-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 771 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/clems4ever/all-minilm-l6-v2-go
go 1.25.1
require (
github.com/spf13/cobra v1.10.2
github.com/sugarme/tokenizer v0.3.1-0.20251127070628-8dac234bfe56
github.com/yalue/onnxruntime_go v1.25.0
)
require (
github.com/emirpasic/gods v1.18.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/schollz/progressbar/v2 v2.15.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/sugarme/regexpset v0.0.0-20200920021344-4d4ec8eaf93c // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/text v0.32.0 // indirect
)