forked from metalogical/BigFiles
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (30 loc) · 878 Bytes
/
go.mod
File metadata and controls
36 lines (30 loc) · 878 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
30
31
32
33
34
35
36
module github.com/metalogical/BigFiles
go 1.24.0
toolchain go1.24.11
require (
bou.ke/monkey v1.0.2
github.com/go-chi/chi v4.1.2+incompatible
gorm.io/driver/mysql v1.6.0
gorm.io/gorm v1.31.1
sigs.k8s.io/yaml v1.6.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/go-sql-driver/mysql v1.9.3 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
go.yaml.in/yaml/v2 v2.4.3 // indirect
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/huaweicloud/huaweicloud-sdk-go-obs v3.25.9+incompatible
github.com/sirupsen/logrus v1.9.3
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/text v0.32.0 // indirect
)