12345678910111213141516171819202122232425 |
- module cp-organization-management-gateway
- go 1.13
- require (
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
- github.com/dchest/captcha v0.0.0-20170622155422-6a29415a8364
- github.com/dgrijalva/jwt-go v3.2.0+incompatible
- github.com/fsnotify/fsnotify v1.4.9
- github.com/gin-contrib/sessions v0.0.3
- github.com/gin-gonic/gin v1.5.0
- github.com/golang/protobuf v1.4.2
- github.com/jaryhe/gopkgs v0.0.0-20210426023229-78f8557da7f1
- github.com/json-iterator/go v1.1.9
- github.com/minio/minio-go/v6 v6.0.55
- github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
- github.com/spf13/viper v1.6.2
- github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
- github.com/swaggo/gin-swagger v1.2.0
- github.com/swaggo/swag v1.6.5
- github.com/tidwall/gjson v1.6.0
- go.uber.org/zap v1.15.0
- golang.org/x/tools v0.0.0-20200324035526-dbf25ea225ce
- google.golang.org/grpc v1.37.0
- )
|