@@ -5,41 +5,47 @@ go 1.21
5
5
require (
6
6
github.com/emirpasic/gods v1.18.1
7
7
github.com/google/martian v2.1.0+incompatible
8
- github.com/pkg/errors v0.9.1
9
- github.com/qiniu/go-sdk/v7 v7.17.1
8
+ github.com/magiconair/properties v1.8.7
10
9
github.com/spf13/cast v1.5.1
11
- github.com/spf13/cobra v1.7.0
12
- github.com/spf13/pflag v1.0.5
13
10
github.com/spf13/viper v1.16.0
14
11
github.com/stretchr/testify v1.8.4
15
12
github.com/tealeg/xlsx/v3 v3.3.0
16
- golang.org/x/net v0.17.0
13
+ github.com/tickstep/aliyunpan-api v0.2.1
14
+ gorm.io/driver/mysql v1.5.6
15
+ gorm.io/gorm v1.25.10
17
16
)
18
17
19
18
require (
20
19
github.com/davecgh/go-spew v1.1.1 // indirect
21
20
github.com/frankban/quicktest v1.14.5 // indirect
22
21
github.com/fsnotify/fsnotify v1.6.0 // indirect
22
+ github.com/go-sql-driver/mysql v1.7.0 // indirect
23
23
github.com/google/btree v1.0.0 // indirect
24
24
github.com/google/go-cmp v0.5.9 // indirect
25
25
github.com/hashicorp/hcl v1.0.0 // indirect
26
- github.com/inconshreveable/mousetrap v1.1.0 // indirect
26
+ github.com/jinzhu/inflection v1.0.0 // indirect
27
+ github.com/jinzhu/now v1.1.5 // indirect
28
+ github.com/json-iterator/go v1.1.12 // indirect
27
29
github.com/kr/pretty v0.3.1 // indirect
28
30
github.com/kr/text v0.2.0 // indirect
29
- github.com/magiconair/properties v1.8.7 // indirect
30
31
github.com/mitchellh/mapstructure v1.5.0 // indirect
32
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
33
+ github.com/modern-go/reflect2 v1.0.2 // indirect
31
34
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
32
35
github.com/peterbourgon/diskv/v3 v3.0.1 // indirect
33
36
github.com/pmezard/go-difflib v1.0.0 // indirect
34
37
github.com/rogpeppe/fastuuid v1.2.0 // indirect
35
38
github.com/rogpeppe/go-internal v1.9.0 // indirect
39
+ github.com/satori/go.uuid v1.2.0 // indirect
36
40
github.com/shabbyrobe/xmlwriter v0.0.0-20200208144257-9fca06d00ffa // indirect
37
41
github.com/spf13/afero v1.9.5 // indirect
38
42
github.com/spf13/jwalterweatherman v1.1.0 // indirect
43
+ github.com/spf13/pflag v1.0.5 // indirect
39
44
github.com/subosito/gotenv v1.4.2 // indirect
40
- golang.org/x/sync v0.1.0 // indirect
45
+ github.com/tickstep/library-go v0.1.0 // indirect
41
46
golang.org/x/sys v0.13.0 // indirect
42
47
golang.org/x/text v0.13.0 // indirect
48
+ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
43
49
gopkg.in/ini.v1 v1.67.0 // indirect
44
50
gopkg.in/yaml.v3 v3.0.1 // indirect
45
51
)
0 commit comments