mirror of https://github.com/hrfee/jfa-go
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.
28 lines
1.1 KiB
28 lines
1.1 KiB
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-20191128031702-f81c604d8ac2
|
|
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.2 // 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-20200728102440-3e129f6d46b1 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/ini.v1 v1.57.0
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|