-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.03 KB
/
go.mod
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 oss-tools
go 1.13
require (
github.com/360EntSecGroup-Skylar/excelize v1.4.1 // indirect
github.com/gen2brain/go-unarr v0.0.0-20190203132630-dd30f8db8e40 // indirect
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.3.1
github.com/magiconair/properties v1.8.1 // indirect
github.com/minio/minio-go/v6 v6.0.39
github.com/mitchellh/go-homedir v1.1.0
github.com/pelletier/go-toml v1.5.0 // indirect
github.com/qiniu/api.v7 v7.2.5+incompatible
github.com/qiniu/x v7.0.8+incompatible // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.4.0
github.com/ufilesdk-dev/ufile-gosdk v0.0.0-20190830075812-b4dbc4ef43a6
golang.org/x/net v0.0.0-20191014212845-da9a3fd4c582 // indirect
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
golang.org/x/text v0.3.2 // indirect
qiniupkg.com/x v7.0.8+incompatible // indirect
)