12345678910111213141516171819202122232425262728293031323334 |
- module smart-supplier-management-gateway
- go 1.13
- require (
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
- github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
- 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/go-openapi/spec v0.19.9 // indirect
- github.com/go-openapi/swag v0.19.9 // indirect
- github.com/golang/protobuf v1.3.4
- github.com/jaryhe/gopkgs v0.0.0-20200905032310-2bcd57283d30
- github.com/jinzhu/gorm v1.9.12
- github.com/json-iterator/go v1.1.9
- github.com/mailru/easyjson v0.7.6 // indirect
- 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.7
- github.com/tidwall/gjson v1.6.0
- github.com/urfave/cli v1.22.2 // indirect
- github.com/urfave/cli/v2 v2.2.0 // indirect
- go.uber.org/zap v1.15.0
- golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
- golang.org/x/tools v0.0.0-20200828161849-5deb26317202
- google.golang.org/grpc v1.28.0
- gopkg.in/yaml.v2 v2.3.0 // indirect
- )
|