2020-07-29 21:11:28 +00:00
|
|
|
module github.com/hrfee/jfa-go
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-08-01 15:31:08 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
2020-07-29 21:11:28 +00:00
|
|
|
github.com/gin-contrib/static v0.0.0-20191128031702-f81c604d8ac2
|
|
|
|
github.com/gin-gonic/gin v1.6.3
|
2020-08-01 20:20:02 +00:00
|
|
|
github.com/go-chi/chi v4.1.2+incompatible // indirect
|
2020-07-29 21:11:28 +00:00
|
|
|
github.com/go-playground/validator/v10 v10.3.0 // indirect
|
2020-08-01 20:20:02 +00:00
|
|
|
github.com/golang/protobuf v1.4.2 // indirect
|
|
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
2020-07-29 21:11:28 +00:00
|
|
|
github.com/knz/strtime v0.0.0-20200318182718-be999391ffa9
|
2020-07-31 21:07:09 +00:00
|
|
|
github.com/lithammer/shortuuid/v3 v3.0.4
|
2020-07-31 11:48:37 +00:00
|
|
|
github.com/mailgun/mailgun-go/v4 v4.1.3
|
2020-08-01 20:20:02 +00:00
|
|
|
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
|
2020-07-29 21:11:28 +00:00
|
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
|
|
gopkg.in/ini.v1 v1.57.0
|
|
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
|
|
)
|