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.
|
module dsCommonTools
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.7.2 // indirect
|
|
github.com/minio/minio-go/v6 v6.0.57 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
)
|