-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (26 loc) · 954 Bytes
/
go.mod
File metadata and controls
29 lines (26 loc) · 954 Bytes
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
module github.com/gomlx/go-huggingface
go 1.25.0
require (
github.com/dustin/go-humanize v1.0.1
github.com/eliben/go-sentencepiece v0.7.0
github.com/gofrs/flock v0.13.0
github.com/gomlx/gomlx v0.26.1-0.20260114072028-dd1b582c66f7
github.com/google/uuid v1.6.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.11.1
golang.org/x/exp v0.0.0-20260112195511-716be5621a96
golang.org/x/text v0.33.0
google.golang.org/protobuf v1.36.11
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/term v0.39.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
k8s.io/klog/v2 v2.130.1 // indirect
)