-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 668 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 668 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
module github.com/comerc/mfm
go 1.24.2
require (
github.com/h2non/filetype v1.1.3
github.com/joho/godotenv v1.5.1
github.com/stretchr/testify v1.10.0
github.com/yalue/onnxruntime_go v1.25.0
golang.org/x/image v0.36.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/samber/lo v1.47.0 // indirect
github.com/samber/slog-common v0.18.1 // indirect
github.com/samber/slog-zap/v2 v2.6.2
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.1
golang.org/x/text v0.34.0 // indirect
)