|
@@ -9,6 +9,7 @@ require (
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
|
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
|
|
|
github.com/minio/minio-go/v7 v7.0.43
|
|
|
+ github.com/mitchellh/mapstructure v1.5.0
|
|
|
github.com/mojocn/base64Captcha v1.3.5
|
|
|
github.com/robfig/cron v1.2.0
|
|
|
github.com/satori/go.uuid v1.2.0
|
|
@@ -44,7 +45,6 @@ require (
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
|
github.com/minio/sha256-simd v1.0.0 // indirect
|
|
|
- github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
github.com/onsi/ginkgo v1.16.5 // indirect
|