You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
753 B
22 lines
753 B
module dsSupport
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/validator/v10 v10.3.0 // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/minio/minio-go/v6 v6.0.57
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
github.com/satori/go.uuid v1.2.0
|
|
golang.org/x/image v0.0.0-20200618115811-c13761719519
|
|
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/ini.v1 v1.57.0
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|