mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-04 17:30:11 +00:00
28 lines
1.1 KiB
Modula-2
28 lines
1.1 KiB
Modula-2
module github.com/hrfee/jfa-go
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
github.com/gin-contrib/pprof v1.3.0
|
|
github.com/gin-contrib/static v0.0.0-20200815103939-31fb0c56a3d1
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-chi/chi v4.1.2+incompatible // indirect
|
|
github.com/go-playground/validator/v10 v10.3.0 // indirect
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
github.com/jordan-wright/email v0.0.0-20200602115436-fd8a7622303e
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/knz/strtime v0.0.0-20200318182718-be999391ffa9
|
|
github.com/lithammer/shortuuid/v3 v3.0.4
|
|
github.com/mailgun/mailgun-go/v4 v4.1.3
|
|
github.com/mailru/easyjson v0.7.3 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/ini.v1 v1.60.0
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|